我正在使用 Horton-works Hadoop 解决方案,但无法执行 hive 命令行界面命令。
使用 -e 选项,命令如下
C:\somepath\hive-0.11\bin>hive -e 'select * from sampletable'
在这里,我得到了错误
'ParseException',无法识别 select 子句中 ''、'' 附近的输入。
使用 -f 选项,命令如下
C:\somepath\hive-0.11\bin>hive -f /user/myusername/sample.sql
在这里我得到了错误
无法读取指定位置的文件。
我究竟做错了什么?