-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Insert into Hive transactional table fails with HMS 3.1.2: Invalid method name alter_table_req #7310
Labels
bug
Something isn't working
Comments
findepi
changed the title
Got Invalid method exception when insert data into Hive transactional table
Insert into Hive transactional table fails with HMS 3.1.2: Invalid method name alter_table_req
Mar 17, 2021
I am getting this same issue. HMS 3.1.2 |
I am getting the same issue, Hive version is above 3, querying with trino. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, guys! I want to test Hive transactional table and ACID function with Trino v353 and HMS 3.1.2 (Apache Hive official distribution).
I created a table with following sql:
create table sample (a int, b int) with (transactional='true');
after that I tried to insert into this table with sql:
insert into sample values row(1, 2)
and got the exception
org.apache.thrift.TApplicationException: Invalid method name: 'alter_table_req'
The attach image is stacktrace snapshot.
@findepi said it may be the compatible problem with Apache Hive distribution (“vanilla”).
The text was updated successfully, but these errors were encountered: