tez DAGAppMaster INIT失败

时间:2018-08-17 02:38:15

标签: hadoop apache-tez

我在hadoop 3.0.0上运行tez 0.9.1,但是遇到以下错误,实际上我找不到所有conf文件中配置的30s属性。

任何人都可以帮助我解决此问题吗?

谢谢

   2018-08-17 10:31:28,843 [DEBUG] [main] |utils.Simple2LevelVersionComparator|: Comparing versions version1=0.9, version2=0.92018-08-17 10:31:28,963 [DEBUG] [main] |hdfs.BlockReaderLocal|: dfs.client.use.legacy.blockreader.local = false
2018-08-17 10:31:28,963 [DEBUG] [main] |hdfs.BlockReaderLocal|: dfs.client.read.shortcircuit = false
2018-08-17 10:31:28,963 [DEBUG] [main] |hdfs.BlockReaderLocal|: dfs.client.domain.socket.data.traffic = false
2018-08-17 10:31:28,963 [DEBUG] [main] |hdfs.BlockReaderLocal|: dfs.domain.socket.path = 
2018-08-17 10:31:28,963 [DEBUG] [main] |service.AbstractService|: noteFailure java.lang.NumberFormatException: For input string: "30s"2018-08-17 10:31:28,963 [INFO] [main] |service.AbstractService|: Service org.apache.tez.dag.app.DAGAppMaster failed in state INITED; cause: java.lang.NumberFormatException: For input string: "30s"java.lang.NumberFormatException: For input string: "30s"
  at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
  at java.lang.Long.parseLong(Long.java:589)
  at java.lang.Long.parseLong(Long.java:631)
  at org.apache.hadoop.conf.Configuration.getLong(Configuration.java:1311)
  at org.apache.hadoop.hdfs.DFSClient$Conf.<init>(DFSClient.java:502)
  at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:637)
  at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:619)
  at org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:149)
  at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2653)
  at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:92)
  at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2687)
  at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2669)
  at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:371)
  at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:170)
  at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:355)
  at org.apache.hadoop.fs.Path.getFileSystem(Path.java:295)
  at org.apache.tez.common.TezCommonUtils.getTezBaseStagingPath(TezCommonUtils.java:87)
  at org.apache.tez.common.TezCommonUtils.getTezSystemStagingPath(TezCommonUtils.java:146)
  at org.apache.tez.dag.app.DAGAppMaster.serviceInit(DAGAppMaster.java:492)
  at org.apache.hadoop.service.AbstractService.init(AbstractService.java:163)
  at org.apache.tez.dag.app.DAGAppMaster$9.run(DAGAppMaster.java:2662)
  at java.security.AccessController.doPrivileged(Native Method)
  at javax.security.auth.Subject.doAs(Subject.java:422)
  at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1657)
  at org.apache.tez.dag.app.DAGAppMaster.initAndStartAppMaster(DAGAppMaster.java:2659)
  at org.apache.tez.dag.app.DAGAppMaster.main(DAGAppMaster.java:2464)

0 个答案:

没有答案