Member since
02-04-2022
14
Posts
0
Kudos Received
3
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1502 | 02-24-2022 09:22 AM | |
| 1212 | 02-24-2022 09:17 AM | |
| 3306 | 02-24-2022 06:14 AM |
03-22-2022
10:40 AM
@Ane can you give a try by explicitly mentioning target database before calling CTAS. use <target_database>
... View more
02-24-2022
06:02 PM
@Ane , You can specify the database as part of the JDBC URI you pass to beeline. For example: beeline -u "jdbc:hive2://<hostname>:10000/<dbname>" HTH, André
... View more
02-24-2022
09:22 AM
-d option is not supported in beeline. Issue got resolved using --hivevar
... View more
02-24-2022
06:14 AM
In hive-testbench/tpch-gen/pom.xml, changed the hadoop version and the issue got resolved <dependencies> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-client</artifactId> <version>2.4.0</version> <scope>compile</scope> </dependency>
... View more