The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Store in Hive from teradata
I want to use custom query data from teradata and store in hive but process failed in store operation
Exception: eu.radoop.exception.NoStackTraceOperatorException
Message: HiveQL error. Message: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:Put request failed : INSERT INTO TABLE_PARAMS (PARAM_VALUE,TBL_ID,PARAM_KEY) VALUES (?,?,?...
Stack trace:
Cause
Exception: java.sql.SQLException
Message: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:Put request failed : INSERT INTO TABLE_PARAMS (PARAM_VALUE,TBL_ID,PARAM_KEY) VALUES (?,?,?) )
Stack trace:
org.apache.hive.jdbc.HiveStatement.execute(HiveStatement.java:297)
eu.radoop.datahandler.hive.PooledStatement.execute(PooledStatement.java:390)
eu.radoop.datahandler.hive.HiveHandler.lambda$executeStatement$2(HiveHandler.java:912)
java.util.concurrent.FutureTask.run(FutureTask.java:266)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
java.lang.Thread.run(Thread.java:748)
Exception: eu.radoop.exception.NoStackTraceOperatorException
Message: HiveQL error. Message: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:Put request failed : INSERT INTO TABLE_PARAMS (PARAM_VALUE,TBL_ID,PARAM_KEY) VALUES (?,?,?...
Stack trace:
Cause
Exception: java.sql.SQLException
Message: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:Put request failed : INSERT INTO TABLE_PARAMS (PARAM_VALUE,TBL_ID,PARAM_KEY) VALUES (?,?,?) )
Stack trace:
org.apache.hive.jdbc.HiveStatement.execute(HiveStatement.java:297)
eu.radoop.datahandler.hive.PooledStatement.execute(PooledStatement.java:390)
eu.radoop.datahandler.hive.HiveHandler.lambda$executeStatement$2(HiveHandler.java:912)
java.util.concurrent.FutureTask.run(FutureTask.java:266)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
java.lang.Thread.run(Thread.java:748)
0
Answers
Dortmund, Germany