[
https://issues.apache.org/jira/browse/AMBARI-21607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16107497#comment-16107497
]
Eric Yang commented on AMBARI-21607:
------------------------------------
In local file system /tmp/hive/hive.log, it shows that Tez is attempting to
upload hbase-client.jar file from: file:/hbase-client.jar to HDFS. It looks
like some path was not translated correctly from IOP to HDP that prevented Hive
session to start up properly.
{code}
2017-07-31 15:52:37,827 INFO tez.DagUtils
(DagUtils.java:localizeResource(974)) - Localizing resource because it does not
exist: file:/hbase-client.jar to dest:
hdfs://eyang-1.openstacklocal:8020/tmp/hive/hive/_tez_session_dir/53610be1-cf6b-48ff-89f3-b968011b031f/hbase-client.jar
{code}
> Hive can not write to session directory after upgrade
> -----------------------------------------------------
>
> Key: AMBARI-21607
> URL: https://issues.apache.org/jira/browse/AMBARI-21607
> Project: Ambari
> Issue Type: Bug
> Components: stacks
> Affects Versions: 2.5.2
> Reporter: Eric Yang
> Fix For: 2.5.2
>
>
> After upgrade, start hive shell. This error message is shown:
> {code}
> Exception in thread "main" java.lang.RuntimeException: java.io.IOException:
> Previous writer likely failed to write
> hdfs://eyang-1.openstacklocal:8020/tmp/hive/hive/_tez_session_dir/6a2cab98-2e71-4223-bc9d-6301b3c6a5d5/hbase-client.jar.
> Failing because I am unlikely to write too.
> at
> org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:560)
> at org.apache.hadoop.hive.cli.CliDriver.run(CliDriver.java:681)
> at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:625)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.hadoop.util.RunJar.run(RunJar.java:233)
> at org.apache.hadoop.util.RunJar.main(RunJar.java:148)
> Caused by: java.io.IOException: Previous writer likely failed to write
> hdfs://eyang-1.openstacklocal:8020/tmp/hive/hive/_tez_session_dir/6a2cab98-2e71-4223-bc9d-6301b3c6a5d5/hbase-client.jar.
> Failing because I am unlikely to write too.
> at
> org.apache.hadoop.hive.ql.exec.tez.DagUtils.localizeResource(DagUtils.java:1002)
> at
> org.apache.hadoop.hive.ql.exec.tez.DagUtils.addTempResources(DagUtils.java:882)
> at
> org.apache.hadoop.hive.ql.exec.tez.DagUtils.localizeTempFilesFromConf(DagUtils.java:809)
> at
> org.apache.hadoop.hive.ql.exec.tez.TezSessionState.refreshLocalResourcesFromConf(TezSessionState.java:258)
> at
> org.apache.hadoop.hive.ql.exec.tez.TezSessionState.open(TezSessionState.java:157)
> at
> org.apache.hadoop.hive.ql.exec.tez.TezSessionState.open(TezSessionState.java:116)
> at
> org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:557)
> ... 8 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)