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

Edward Capriolo commented on HIVE-4918:
---------------------------------------

I am sure you realized this but,

{code}
+  private static Path createHashTables(MapWork mapWork, Configuration conf) {
+    return null;
+  }
{code}

I did not look into this much but I am sure there must already be a way to do 
this:
{code}
+      Path scratchDir = DagUtils.createScratchDir(conf, ctx);
{code}
                
> Tez job submission
> ------------------
>
>                 Key: HIVE-4918
>                 URL: https://issues.apache.org/jira/browse/HIVE-4918
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Gunther Hagleitner
>            Assignee: Gunther Hagleitner
>             Fix For: tez-branch
>
>         Attachments: HIVE-4918.1.patch.branch
>
>
> This patch is to create infrastructure to submit a tez dag. (i.e.: TezTask + 
> utils to convert work into a tez dag).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to