chetandb commented on a change in pull request #3296: [CARBONDATA-3443] Update hive guide with Read from hive
URL:
https://github.com/apache/carbondata/pull/3296#discussion_r295191608
##########
File path: docs/hive-guide.md
##########
@@ -99,4 +99,16 @@ select count(*) from hive_carbon;
select * from hive_carbon order by id;
```
+### Query data from hive table in Spark-2.1
+
+```
+set hive.mapred.supports.subdirectories=true;
Review comment:
Why are these parameters required can be mentioned in 1 or 2 lines. Also where these parameters need to be configured need to be mentioned.
----------------------------------------------------------------
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:
[hidden email]
With regards,
Apache Git Services