[ 
https://issues.apache.org/jira/browse/HIVE-7950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14127798#comment-14127798
 ] 

Josh Elser commented on HIVE-7950:
----------------------------------

Ugh, published too soon:

The code gets a {{SessionNotRunning}} exception, tries to {{closeAndOpen}} 
session, and then ultimately fails when it goes to submit the DAG. I believe I 
need to figure out a way to ensure the DAG doesn't have the extra local 
resources (from the StorageHandler) in the case where we start up a new 
Session, and then DAG would get the resources from that new Session (as opposed 
to the old session which didn't have the extra resources to begin with), but 
I'm not 100% sure yet.

> StorageHandler resources aren't added to Tez Session if already Session is 
> already Open
> ---------------------------------------------------------------------------------------
>
>                 Key: HIVE-7950
>                 URL: https://issues.apache.org/jira/browse/HIVE-7950
>             Project: Hive
>          Issue Type: Bug
>          Components: StorageHandler, Tez
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>             Fix For: 0.14.0
>
>         Attachments: HIVE-7950-1.diff, hive-7950-tez-WIP.diff
>
>
> Was trying to run some queries using the AccumuloStorageHandler when using 
> the Tez execution engine. Some things that classes which were added to 
> tmpjars weren't making it into the container. When a Tez Session is already 
> open, as is the normal case when simply using the `hive` command, the 
> resources aren't added.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to