From 9159f775e07b9cb1f6ec2506fa55030ab5922290 Mon Sep 17 00:00:00 2001 From: Michael Kamprath Date: Tue, 26 Jan 2021 07:46:16 +0000 Subject: [PATCH] fixed a comment typo --- spark-qfs-swarm/worker-node/spark-conf/spark-defaults.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spark-qfs-swarm/worker-node/spark-conf/spark-defaults.conf b/spark-qfs-swarm/worker-node/spark-conf/spark-defaults.conf index 5386eb3..141926a 100644 --- a/spark-qfs-swarm/worker-node/spark-conf/spark-defaults.conf +++ b/spark-qfs-swarm/worker-node/spark-conf/spark-defaults.conf @@ -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