You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Gour Saha (JIRA)" <ji...@apache.org> on 2018/11/16 22:08:00 UTC

[jira] [Commented] (HIVE-20935) Upload of llap package tarball fails in EC2 causing LLAP service start failure

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

Gour Saha commented on HIVE-20935:
----------------------------------

Uploaded a patch to explicitly create the dir before trying to copy the file.

> Upload of llap package tarball fails in EC2 causing LLAP service start failure
> ------------------------------------------------------------------------------
>
>                 Key: HIVE-20935
>                 URL: https://issues.apache.org/jira/browse/HIVE-20935
>             Project: Hive
>          Issue Type: Bug
>          Components: llap
>    Affects Versions: 3.1.1
>            Reporter: Gour Saha
>            Assignee: Gour Saha
>            Priority: Major
>         Attachments: HIVE-20935.01.patch
>
>
> Even though package dir is defined as below (with a / at the end) -
> {code}
> LLAP_PACKAGE_DIR = ".yarn/package/LLAP/";
> {code}
> copyLocalFileToHdfs API fails to create the dir hierarchy of .yarn/package/LLAP/ first and then copy the file under it. It instead uploads the file under .yarn/package with name LLAP.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)