Skip to content

Commit

Permalink
fixed a comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Jan 26, 2021
1 parent e2c9acc commit 9159f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark-qfs-swarm/worker-node/spark-conf/spark-defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spark.hadoop.fs.defaultFS qfs://qfs-master:20000
spark.hadoop.fs.qfs.metaServerHost qfs-master
spark.hadoop.fs.qfs.metaServerPort 20000

# this spark.hadoop.fs.qfs.createParams configure causes files written by Sark to
# this spark.hadoop.fs.qfs.createParams configure causes files written by Spark to
# QFS to be 2x replicated rather than using Reed-Solomon encoding. If you have at
# least 9 chunkservers, remove this configuration to instead use Reed-Solomon encoding.
spark.hadoop.fs.qfs.createParams 2

0 comments on commit 9159f77

Please sign in to comment.