[ https://issues.apache.org/jira/browse/HIVE-7950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14127479#comment-14127479 ]
Gopal V commented on HIVE-7950: ------------------------------- This is related to TEZ-1469, which should provide guidance. For reference, take a look at some of my example code https://github.com/t3rmin4t0r/tez-broadcast-example/blob/master/src/main/java/org/notmysock/tez/BroadcastTest.java#L203 Lines 203 and 195. > 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)