Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
In the following documentation: https://drill.apache.org/docs/querying-hive/
In point 3,
hive> load data local inpath '/<directory path>/customers.csv' overwrite into table customers;`
It should be
hive> load data local inpath '/<directory path>/customers.csv' overwrite into table customers;