Github user sraghunandan commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2992#discussion_r243871487
--- Diff: docs/hive-guide.md ---
@@ -55,7 +55,7 @@ $HADOOP_HOME/bin/hadoop fs -put sample.csv <hdfs store path>/sample.csv
```
import org.apache.spark.sql.SparkSession
import org.apache.spark.sql.CarbonSession._
-val rootPath = "hdfs:////user/hadoop/carbon"
+val rootPath = "hdfs:///user/hadoop/carbon"
--- End diff --
why 3 ///.
---