简体   繁体   English

与tez0.5.2集成时在hive 1.0.0中执行插入操作时出错

[英]Getting error while performing insert operation in hive 1.0.0 when integrate with tez0.5.2

iam using hive 1.0.0 and tez 0.5.2. IAM使用蜂巢1.0.0TEZ 0.5.2。 when i set hive.execution.engine value in hive-site.xml to tez select query works well... but in case of insert getting error. 当我在hive-site.xml中将hive.execution.engine值设置为tez选择查询时效果很好...但是在插入时出现错误。 the query is : 查询是:

insert into table tablename values(intvalue,'string value'); 在表中插入表名值(intvalue,“字符串值”);

and the error is : 错误是:

FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.tez.Tez Task 失败:执行错误,从org.apache.hadoop.hive.ql.exec.tez.Tez任务返回代码1

As far as I know you can't just do "insert" into a hive table. 据我所知,您不能只是将“插入”到配置单元表中。 Can you create your table as an EXTERNAL TABLE or use LOAD DATA INPATH ? 您可以将表创建为EXTERNAL TABLE还是使用LOAD DATA INPATH

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在IBM中执行联合操作时发生错误 - Error occurred while performing the joint operation in IBM 执行插入时获取 SQL 语法异常 - Getting SQL Grammar exception while performing insert 在 spring 中执行“POST”操作时出错? - Error when performing "POST" operation in spring? 执行 MockMvc:在 api 后执行 mockMvc 时出错 - performing MockMvc : getting error while performing mockMvc on post api 在就地执行Elasticsearch Reindex操作时发生服务器错误 - Server error while performing Elasticsearch Reindex in place operation 在Cassandra中执行删除操作时获取数据库条目 - Getting database entry when performing delete operation in Cassandra 对Java中的文件执行签名和验证操作时出错 - Error while performing sign and verify operation to a file in Java 使用sqlite数据库执行登录验证时出现错误 - Getting an error while performing the login validation using a sqlite database 在 java 应用程序中打开太多文件描述符,同时执行文件操作 - Getting too many file descriptor open, in java application while performing file operation 使用休眠模式创建插入操作,出现以下错误? - Creating insert operation using hibernate and I am getting the following error?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM