Home > other >  The spark code problem
The spark code problem

Time:09-18

Is that performs the following statement is no problem in local debugging! (performed twice)
The create table if not exists test (int a) ROW FORMAT DELIMITED FIELDS TERMINATED BY ', 'STORED AS TEXTFILE;

But in the cluster testing is an error


Back from HDFS I submit data into the hive tables, use an absolute path is ok, but can not find a file with the * match!


I don't know you have not encountered this problem!

CodePudding user response:

This article built table statements should be no problem, in my cluster listed can perform, error message posted cluster and see, there are other error message posted below
  • Related