Unit test TestEvalPipeline fails on line 109 in test case testJoin on Windows
-----------------------------------------------------------------------------
Key: PIG-132
URL: https://issues.apache.org/jira/browse/PIG-132
Project: Pig
Issue Type: Bug
Environment: Windows XP
Reporter: Xu Zhang
Here are the results of running TestEvalPipeline on a Windows XP machine.
{noformat}
junit.framework.AssertionFailedError: expected:<0> but was:<4>
at
org.apache.pig.test.TestEvalPipeline.testJoin(TestEvalPipeline.java:109)
Standard Output
Starting DataNode 0 with dfs.data.dir: dfs\data\data1,dfs\data\data2
Starting DataNode 1 with dfs.data.dir: dfs\data\data3,dfs\data\data4
Starting DataNode 2 with dfs.data.dir: dfs\data\data5,dfs\data\data6
Starting DataNode 3 with dfs.data.dir: dfs\data\data7,dfs\data\data8
Standard Error
08/02/29 13:50:17 INFO dfs.Storage: Storage directory dfs\name1 has been
successfully formatted.
08/02/29 13:50:18 INFO dfs.Storage: Storage directory dfs\name2 has been
successfully formatted.
08/02/29 13:50:18 INFO dfs.NameNode: Namenode up at: localhost/127.0.0.1:3917
08/02/29 13:50:18 INFO jvm.JvmMetrics: Initializing JVM Metrics with
processName=NameNode, sessionId=null
08/02/29 13:50:18 INFO dfs.StateChange: STATE* Network topology has 0 racks and
0 datanodes
08/02/29 13:50:18 INFO dfs.StateChange: STATE* UnderReplicatedBlocks has 0
blocks
.
.
.
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.