Member since
07-06-2020
2
Posts
0
Kudos Received
0
Solutions
07-07-2020
08:11 PM
Thank you! I did the change and now I got this error: Error while compiling statement: FAILED: SemanticException Line 1:17 Invalid path ''/users/melissavallejos/desktop/proyectobigdata/AccidentesBicicletas_2018.csv'': No files matching path hdfs://quickstart.cloudera:8020/users/melissavallejos/desktop/proyectobigdata/AccidentesBicicletas_2018.csv
... View more
07-06-2020
09:55 PM
I am trying to load a file from local to HDFS using HIVE. I create the table "accidents" and the file is in my desktop: proyectobigdata/AccidentesBicicletas_2018.csv’ I used this command load data inpath '/users/melissavallejos/desktop/proyectobigdata/AccidentesBicicletas_2018.csv’ into table accidents but it got this error: Error while compiling statement: FAILED: ParseException line 1:18 mismatched input '/' expecting StringLiteral near 'inpath' in load statement I am really new in this platform and I am working with MAC. I appreciate any advise.
... View more
Labels:
- Labels:
-
Apache Hadoop