You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Tom Zeng (JIRA)" <ji...@apache.org> on 2015/09/10 23:23:45 UTC

[jira] [Commented] (BIGTOP-2032) Tez install does not set up tez jars on hdfs causing Pig to fail

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

Tom Zeng commented on BIGTOP-2032:
----------------------------------

Look like some sample deployment templates would be helpful, otherwise Pig will be broken then Tez is installed. Same applies to others app. Some sensible default in deployment scripts to have all the apps working would be nice.

> Tez install does not set up tez jars on hdfs causing Pig to fail
> ----------------------------------------------------------------
>
>                 Key: BIGTOP-2032
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2032
>             Project: Bigtop
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 1.0.0
>            Reporter: Tom Zeng
>             Fix For: 1.1.0, 1.0.1
>
>
> Instructions on how to configure Tez for Pig http://pig.apache.org/docs/r0.14.0/perf.html
> Stack trace does not seem to be obivious. But the same Pig operations work (load and then dump) then Tez is not installed.
> 2015-09-08 15:31:51,571 [main] INFO  org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - Failed!
> 2015-09-08 15:31:51,589 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 1066: Unable to open iterator for alias a. Backend error : java.io.IOException: org.apache.tez.dag.api.TezException: org.apache.hadoop.yarn.exceptions.ApplicationNotFoundException: Application with id 'application_1441732819845_0003' doesn't exist in RM.
> at org.apache.hadoop.yarn.server.resourcemanager.ClientRMService.getApplicationReport(ClientRMService.java:324)
> at org.apache.hadoop.yarn.api.impl.pb.service.ApplicationClientProtocolPBServiceImpl.getApplicationReport(ApplicationClientProtocolPBServiceImpl.java:170)
> at org.apache.hadoop.yarn.proto.ApplicationClientProtocol$ApplicationClientProtocolService$2.callBlockingMethod(ApplicationClientProtocol.java:401)
> at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:619)
> at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:962)
> at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2039)
> at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2035)
> at java.security.AccessController.doPrivileged(Native Method)
> at javax.security.auth.Subject.doAs(Subject.java:415)
> at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1628)
> at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2033)
> Details at logfile: /root/pig_1441740673067.log
> grunt> 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)