[
https://issues.apache.org/jira/browse/TEZ-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14622319#comment-14622319
]
TezQA commented on TEZ-2600:
----------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12744702/TEZ-2600.3.patch.txt
against master revision cb59851.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 3.0.1) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 core tests{color}. The patch failed these unit tests in :
org.apache.tez.test.TestFaultTolerance
Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/894//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/894//console
This message is automatically generated.
> When use HDFS federation(viewfs) ,tez will throw a error
> --------------------------------------------------------
>
> Key: TEZ-2600
> URL: https://issues.apache.org/jira/browse/TEZ-2600
> Project: Apache Tez
> Issue Type: Bug
> Affects Versions: 0.6.0, 0.5.3, 0.6.1
> Environment: cdh5.3.2 federation+ha
> tez-0.6.0
> Reporter: Xiaowei Wang
> Fix For: 0.6.0
>
> Attachments: TEZ-2600.0.patch.txt, TEZ-2600.1.patch.txt,
> TEZ-2600.2.patch.txt, TEZ-2600.3.patch.txt
>
>
> When I execute the exapmle of tez,orderedwordcount ,Tez throw a error
> {code}
> java.lang.IllegalArgumentException: Wrong FS:
> hdfs://SunshineNameNode2/user/wang/tez-0.6.0.tar.gz, expected: viewfs://nsX/
> at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:645)
> at
> org.apache.hadoop.fs.viewfs.ViewFileSystem.getUriPath(ViewFileSystem.java:117)
> at
> org.apache.hadoop.fs.viewfs.ViewFileSystem.getFileStatus(ViewFileSystem.java:346)
> at org.apache.hadoop.fs.FileSystem.isDirectory(FileSystem.java:1413)
> at
> org.apache.tez.client.TezClientUtils.getLRFileStatus(TezClientUtils.java:130)
> at
> org.apache.tez.client.TezClientUtils.setupTezJarsLocalResources(TezClientUtils.java:179)
> at
> org.apache.tez.client.TezClient.getTezJarResources(TezClient.java:757)
> at
> org.apache.tez.client.TezClient.submitDAGApplication(TezClient.java:725)
> at
> org.apache.tez.client.TezClient.submitDAGApplication(TezClient.java:703)
> at org.apache.tez.client.TezClient.submitDAG(TezClient.java:383)
> at
> org.apache.tez.examples.OrderedWordCount.run(OrderedWordCount.java:208)
> at
> org.apache.tez.examples.OrderedWordCount.run(OrderedWordCount.java:232)
> at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
> at
> org.apache.tez.examples.OrderedWordCount.main(OrderedWordCount.java:240)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at
> org.apache.hadoop.util.ProgramDriver$ProgramDescription.invoke(ProgramDriver.java:72)
> at org.apache.hadoop.util.ProgramDriver.run(ProgramDriver.java:145)
> at org.apache.tez.examples.ExampleDriver.main(ExampleDriver.java:61)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.apache.hadoop.util.RunJar.main(RunJar.java:212)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)