You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Georgi Genchev Perpeliev (JIRA)" <ji...@apache.org> on 2019/04/15 09:23:00 UTC

[jira] [Created] (DRILL-7180) Untarring the drill tarball and then tarring again makes drill unable to launch on YARN

Georgi Genchev Perpeliev created DRILL-7180:
-----------------------------------------------

             Summary: Untarring the drill tarball and then tarring again makes drill unable to launch on YARN
                 Key: DRILL-7180
                 URL: https://issues.apache.org/jira/browse/DRILL-7180
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 1.15.0
         Environment: hadoop 2.9.2
RHEL 7.5
            Reporter: Georgi Genchev Perpeliev


Background: I tried substituting one of the drill jars with a modified version to fix a gzip bug. However I reproduced the bug with the original version of the distributed tarball

I tried the following:
 # tar -xzf apache-drill-1.15.0.tar.gz
 # rm apache-drill-1.15.0.tar.gz
 # tar -czf apache-drill-1.15.0.tar.gz apache-drill-1.15.0
 # apache-drill-1.15.0/bin/drill-on-yarn.sh --site /apps/site start

This fails with:

/bin/bash: /tmp/hadoop-hadoop/nm-local-dir/usercache/hadoop/appcache/application_1555068097307_0003/container_1555068097307_0003_01_000001/drill/apache-drill-1.15.0/bin/drill-am.sh: No such file or directory



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