Github user anubhav100 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1347#discussion_r138604013
--- Diff: integration/hive/hive-guide.md ---
@@ -91,7 +91,6 @@ $HIVE_HOME/bin/hive
### Query data from hive table
```
-alter table hive_carbon set location '<hdfs store path>/hive_carbon';
--- End diff --
@chenliang613 there is no need of alter table statement to alter location
now it is done by CarbonHiveMetastore Event listener itself---
