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

Hitesh Shah commented on TEZ-871:
---------------------------------

bq. 
<value>hdfs:/tez/tez-api-0.3.0-incubating-SNAPSHOT.jar,hdfs:/tez/lib/</value>

The above should be changed to <value>hdfs:/tez/,hdfs:/tez/lib/</value>

Closing this bug out as Invalid as the configs does not include all the other 
jars in the top level directory ( listed below ):

rw-rr- 1 xx supergroup 731581 2014-02-21 13:10 
/tez/tez-api-0.3.0-incubating-SNAPSHOT.jar
rw-rr- 1 xx supergroup 23888 2014-02-21 13:10 
/tez/tez-common-0.3.0-incubating-SNAPSHOT.jar
rw-rr- 1 xx supergroup 808035 2014-02-21 13:10 
/tez/tez-dag-0.3.0-incubating-SNAPSHOT.jar
rw-rr- 1 xx supergroup 235462 2014-02-21 13:10 
/tez/tez-mapreduce-0.3.0-incubating-SNAPSHOT.jar
rw-rr- 1 xx supergroup 195128 2014-02-21 13:10 
/tez/tez-mapreduce-examples-0.3.0-incubating-SNAPSHOT.jar
rw-rr- 1 xx supergroup 107943 2014-02-21 13:10 
/tez/tez-runtime-internals-0.3.0-incubating-SNAPSHOT.jar
rw-rr- 1 xx supergroup 317426 2014-02-21 13:10 
/tez/tez-runtime-library-0.3.0-incubating-SNAPSHOT.jar
rw-rr- 1 xx supergroup 2354 2014-02-21 13:10 
/tez/tez-tests-0.3.0-incubating-SNAPSHOT.jar

> DAGAppMaster failed to start service
> ------------------------------------
>
>                 Key: TEZ-871
>                 URL: https://issues.apache.org/jira/browse/TEZ-871
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Chen He
>
> 2014-02-21 10:31:41,733 INFO [ServiceThread:DAGClientRPCServer] 
> org.apache.tez.dag.api.client.DAGClientServer: Instantiated 
> DAGClientRPCServer at guardwritten-dl.corp.yahoo.com/10.74.90.55:39459
> 2014-02-21 10:31:41,740 INFO [main] 
> org.apache.hadoop.service.AbstractService: Service 
> org.apache.tez.dag.app.DAGAppMaster failed in state STARTED; cause: 
> org.apache.hadoop.service.ServiceStateException: java.lang.NoSuchMethodError: 
> com.google.common.collect.Sets.newConcurrentHashSet()Ljava/util/Set;
> org.apache.hadoop.service.ServiceStateException: java.lang.NoSuchMethodError: 
> com.google.common.collect.Sets.newConcurrentHashSet()Ljava/util/Set;
>         at 
> org.apache.hadoop.service.ServiceStateException.convert(ServiceStateException.java:59)
>         at 
> org.apache.tez.dag.app.DAGAppMaster.startServices(DAGAppMaster.java:1271)
>         at 
> org.apache.tez.dag.app.DAGAppMaster.serviceStart(DAGAppMaster.java:1317)
>         at 
> org.apache.hadoop.service.AbstractService.start(AbstractService.java:193)
>         at org.apache.tez.dag.app.DAGAppMaster$2.run(DAGAppMaster.java:1645)
>         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:1560)
>         at 
> org.apache.tez.dag.app.DAGAppMaster.initAndStartAppMaster(DAGAppMaster.java:1641)
>         at org.apache.tez.dag.app.DAGAppMaster.main(DAGAppMaster.java:1515)
> Caused by: java.lang.NoSuchMethodError: 
> com.google.common.collect.Sets.newConcurrentHashSet()Ljava/util/Set;
>         at 
> org.apache.tez.dag.app.rm.TaskScheduler.<init>(TaskScheduler.java:150)
>         at 
> org.apache.tez.dag.app.rm.TaskSchedulerEventHandler.createTaskScheduler(TaskSchedulerEventHandler.java:328)
>         at 
> org.apache.tez.dag.app.rm.TaskSchedulerEventHandler.serviceStart(TaskSchedulerEventHandler.java:336)
>         at 
> org.apache.hadoop.service.AbstractService.start(AbstractService.java:193)
>  at 
> org.apache.tez.dag.app.DAGAppMaster$ServiceWithDependency.start(DAGAppMaster.java:1209)
>         at 
> org.apache.tez.dag.app.DAGAppMaster$ServiceThread.run(DAGAppMaster.java:1227)
> 2014-02-21 10:31:41,742 INFO [main] 
> org.apache.tez.dag.history.HistoryEventHandler: Stopping HistoryEventHandler
> 2014-02-21 10:31:41,743 INFO [main] org.apache.hadoop.ipc.Server: Stopping 
> server on 46789
> 2014-02-21 10:31:41,745 INFO [IPC Server listener on 46789] 
> org.apache.hadoop.ipc.Server: Stopping IPC Server listener on 46789
> 2014-02-21 10:31:41,748 INFO [IPC Server Responder] 
> org.apache.hadoop.ipc.Server: Stopping IPC Server Responder
> 2014-02-21 10:31:41,748 INFO [main] org.apache.hadoop.ipc.Server: Stopping 
> server on 39459
> 2014-02-21 10:31:41,749 INFO [IPC Server listener on 39459] 
> org.apache.hadoop.ipc.Server: Stopping IPC Server listener on 39459
> 2014-02-21 10:31:41,749 INFO [IPC Server Responder] 
> org.apache.hadoop.ipc.Server: Stopping IPC Server Responder
> 2014-02-21 10:31:41,749 FATAL [main] org.apache.tez.dag.app.DAGAppMaster: 
> Error starting DAGAppMaster
> org.apache.hadoop.service.ServiceStateException: java.lang.NoSuchMethodError: 
> com.google.common.collect.Sets.newConcurrentHashSet()Ljava/util/Set;
>         at 
> org.apache.hadoop.service.ServiceStateException.convert(ServiceStateException.java:59)
>         at 
> org.apache.tez.dag.app.DAGAppMaster.startServices(DAGAppMaster.java:1271)
>         at 
> org.apache.tez.dag.app.DAGAppMaster.serviceStart(DAGAppMaster.java:1317)
>         at 
> org.apache.hadoop.service.AbstractService.start(AbstractService.java:193)
>         at org.apache.tez.dag.app.DAGAppMaster$2.run(DAGAppMaster.java:1645)
>         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:1560)
>         at 
> org.apache.tez.dag.app.DAGAppMaster.initAndStartAppMaster(DAGAppMaster.java:1641)
>         at org.apache.tez.dag.app.DAGAppMaster.main(DAGAppMaster.java:1515)
> Caused by: java.lang.NoSuchMethodError: 
> com.google.common.collect.Sets.newConcurrentHashSet()Ljava/util/Set;
>         at 
> org.apache.tez.dag.app.rm.TaskScheduler.<init>(TaskScheduler.java:150)
>         at 
> org.apache.tez.dag.app.rm.TaskSchedulerEventHandler.createTaskScheduler(TaskSchedulerEventHandler.java:328)
>         at 
> org.apache.tez.dag.app.rm.TaskSchedulerEventHandler.serviceStart(TaskSchedulerEventHandler.java:336)
>         at 
> org.apache.hadoop.service.AbstractService.start(AbstractService.java:193)
>         at 
> org.apache.tez.dag.app.DAGAppMaster$ServiceWithDependency.start(DAGAppMaster.java:1209)
>         at 
> org.apache.tez.dag.app.DAGAppMaster$ServiceThread.run(DAGAppMaster.java:1227)



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to