hive插入数据:FAILED: ParseException line 1:12 missing TABLE at 'student' near ''

修改:

hive> insert into table student values(100,"george4"); 

 运行过程:

Query ID = root_20191030202828_a1df1d18-762e-4fec-8f02-2ab18dde6810
Total jobs = 3
Launching Job 1 out of 3
Number of reduce tasks is set to 0 since there's no reduce operator
Starting Job = job_1572340527170_0019, Tracking URL = http://henu3:8088/proxy/application
_1572340527170_0019/Kill Command = /opt/hadoop-2.6.5/bin/hadoop job  -kill job_1572340527170_0019
Hadoop job information for Stage-1: number of mappers: 1; number of reducers: 0
2019-10-30 20:29:25,987 Stage-1 map = 0%,  reduce = 0%
2019-10-30 20:29:43,102 Stage-1 map = 100%,  reduce = 0%, Cumulative CPU 2.38 sec
MapReduce Total cumulative CPU time: 2 seconds 380 msec
Ended Job = job_1572340527170_0019
Stage-4 is selected by condition resolver.
Stage-3 is filtered out by condition resolver.
Stage-5 is filtered out by condition resolver.
Moving data to: hdfs://mycluster/tmp/hive/root/c6d1b413-7e4a-42b9-bccd-2c1981add287/hive_
2019-10-30_20-28-55_307_8709476029364884807-1/-ext-10000Loading data to table default.student
Table default.student stats: [numFiles=1, numRows=1, totalSize=12, rawDataSize=11]
MapReduce Jobs Launched: 
Stage-Stage-1: Map: 1   Cumulative CPU: 2.38 sec   HDFS Read: 279 HDFS Write: 83 SUCCESS
Total MapReduce CPU Time Spent: 2 seconds 380 msec
OK
Time taken: 50.61 seconds

查询OK! 

你可能感兴趣的:(#,bigdata_异常处理)