Member since
02-04-2022
14
Posts
0
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
323 | 02-24-2022 09:22 AM | |
259 | 02-24-2022 09:17 AM | |
609 | 02-24-2022 06:14 AM |
01-15-2023
02:40 AM
I am getting a similar error. https://community.cloudera.com/t5/Support-Questions/Map-Reduce-Job-fails-exited-with-exitCode-1000/m-p/361335#M238562
... View more
06-28-2022
05:07 PM
Hi @Ane Please can you give some small examples with sample input and output for a better understanding of the problem statement? Thanks
... View more
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