Member since
05-25-2017
6
Posts
0
Kudos Received
0
Solutions
10-27-2017
12:25 PM
Adding the clustername in the ALTER table statement seems to solve it in my case: So create table seems to work without cluster name, but ALTER TABLE requires the clustername in the SET LOCATION.
... View more
05-28-2017
06:33 AM
Hi @akapratwar, This is only an example, other parameter names where changed as well. My application may work with different Hadoop versions and different ODBC drivers, depends on each environment. What I'm trying to figure out is which Hadoop version introduced the parameter names change and why older ODBC driver do not require any configuration of whitelist on Hive. Thanks
... View more