ajantha-bhat commented on a change in pull request #3740:
URL: https://github.com/apache/carbondata/pull/3740#discussion_r420190554
##########
File path: docs/quick-start-guide.md
##########
@@ -369,7 +362,7 @@ $SPARK_HOME/carbonlib/$CARBON_ASSEMBLY_JAR
<carbon_store_path>
```
./bin/spark-submit \
--class org.apache.carbondata.spark.thriftserver.CarbonThriftServer \
-$SPARK_HOME/carbonlib/carbondata_2.xx-x.x.x-SNAPSHOT-shade-hadoop2.7.2.jar \
+$SPARK_HOME/carbonlib/apache-carbondata-xxx.jar \
hdfs://<host_name>:port/user/hive/warehouse/carbon.store
Review comment:
This command will not work as thrift server doesn't take store location
as argument , please check the class and update the same. suggest to test also.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]