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

Gopal V commented on HIVE-17500:
--------------------------------

Looks like the tez.tar.gz file in HDFS is a directory?

The expectation is that the tez.tar.gz inside tez.lib.uris is actually a tar.gz 
file. Is that true - can you do a fs -ls -R of the path inside tez.lib.uris?

> Hive LLAP service is not finding TEZ tar
> ----------------------------------------
>
>                 Key: HIVE-17500
>                 URL: https://issues.apache.org/jira/browse/HIVE-17500
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive, HiveServer2, llap
>    Affects Versions: 2.2.0
>         Environment: Linux 7
> Java 8
> Hadoop 2.7.3
> Hive 2.2.2
>            Reporter: Rajesh Narayanan
>
> configured Hadoop 2.7.3 and and Hive 2.2.0. Tez 0.9.0. Hive queries are 
> running successfully in yarn as Tez. when i try to start hive llap like below 
> command getting below exception.
> ./hive --service llap --name @llap --instances 1 --cache 1024m --xmx 2048m 
> --size 3225m  --loglevel DEBUG --args " -XX:+UseG1GC -XX:+ResizeTLAB 
> -XX:+UseNUMA  -XX:-ResizePLAB"
> Failed: java.io.FileNotFoundException: 
> /tmp/staging-slider-HHIwk3/lib/tez.tar.gz (Is a directory)
> java.util.concurrent.ExecutionException: java.io.FileNotFoundException: 
> /tmp/staging-slider-HHIwk3/lib/tez.tar.gz (Is a directory)
>       at java.util.concurrent.FutureTask.report(FutureTask.java:122)
>       at java.util.concurrent.FutureTask.get(FutureTask.java:192)
>       at 
> org.apache.hadoop.hive.llap.cli.LlapServiceDriver.run(LlapServiceDriver.java:605)
>       at 
> org.apache.hadoop.hive.llap.cli.LlapServiceDriver.main(LlapServiceDriver.java:113)
> Caused by: java.io.FileNotFoundException: 
> /tmp/staging-slider-HHIwk3/lib/tez.tar.gz (Is a directory)
>       at java.io.FileInputStream.open0(Native Method)
>       at java.io.FileInputStream.open(FileInputStream.java:195)
>       at java.io.FileInputStream.<init>(FileInputStream.java:138)
>       at 
> org.apache.hadoop.hive.common.CompressionUtils.unTar(CompressionUtils.java:152)
>       at 
> org.apache.hadoop.hive.llap.cli.LlapServiceDriver$1.call(LlapServiceDriver.java:361)
>       at 
> org.apache.hadoop.hive.llap.cli.LlapServiceDriver$1.call(LlapServiceDriver.java:348)
>       at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>       at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
>       at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>       at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>       at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>       at java.lang.Thread.run(Thread.java:745)
> INFO cli.LlapServiceDriver: LLAP service driver finished
> Basically hive llap copied TEZ tar into 
> /tmp/staging-slider-HHIwk3/lib/tez.tar.gz/tez.tar.gz and referring into 
> /tmp/staging-slider-HHIwk3/lib/tez.tar.gz. so LLAP service is not starting



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to