Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spark sql llap insert into partition select would be error #271

Open
xiasha-lucky opened this issue Jun 12, 2019 · 0 comments
Open

spark sql llap insert into partition select would be error #271

xiasha-lucky opened this issue Jun 12, 2019 · 0 comments

Comments

@xiasha-lucky
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant