You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the sql execute on spark thriftserver and set spark.sql.hive.llap=true
for example:
insert into table tab_test partition(p_age=10,p_name='a') select name,age,num1,num2,msg from tab_test;
the error is : p_age is not a valid partition column in table unknown.
the partition had created for the table
but execute just on spark thriftserver and set spark.sql.hive.llap=false is success
and execute on hive success also
The text was updated successfully, but these errors were encountered:
the sql execute on spark thriftserver and set spark.sql.hive.llap=true
for example:
insert into table tab_test partition(p_age=10,p_name='a') select name,age,num1,num2,msg from tab_test;
the error is : p_age is not a valid partition column in table unknown.
the partition had created for the table
but execute just on spark thriftserver and set spark.sql.hive.llap=false is success
and execute on hive success also
The text was updated successfully, but these errors were encountered: