We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379d4f6 commit e8df8baCopy full SHA for e8df8ba
integration/hive/hive-guide.md
@@ -91,6 +91,7 @@ $HIVE_HOME/bin/hive
91
### Query data from hive table
92
93
```
94
+alter table hive_carbon set location '<hdfs store path>/hive_carbon';
95
set hive.mapred.supports.subdirectories=true;
96
set mapreduce.input.fileinputformat.input.dir.recursive=true;
97
0 commit comments