[jira] [Updated] (AVRO-1336) Tests TestKeyValueWordCount and TestKeyWordCount fail due to missing files (Trevni mapreduce module)

2013-08-20 Thread Doug Cutting (JIRA)

 [ 
https://issues.apache.org/jira/browse/AVRO-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Doug Cutting updated AVRO-1336:
---

Fix Version/s: (was: 1.7.4)
   1.7.6

Is this still an issue in 1.7.5?  If so, perhaps we can fix it in 1.7.6.

 Tests TestKeyValueWordCount and TestKeyWordCount fail due to missing files 
 (Trevni mapreduce module)
 

 Key: AVRO-1336
 URL: https://issues.apache.org/jira/browse/AVRO-1336
 Project: Avro
  Issue Type: Bug
  Components: trevni
Affects Versions: 1.7.4
 Environment: Red Hat Server 6.4 
 Avro 1.7.4
 Maven 3.0.5
 Java 1.6 (IBM or Oracle)
 Hadoop1 = 1.1.2
 Hadoop2 = 2.0.4-alpha
Reporter: Rodrigo Trujillo
Assignee: Rodrigo Trujillo
 Fix For: 1.7.6

 Attachments: fix_avro_1.7.4_trevni_build_hadoop2.patch


 I tried to build Avro 1.7.4 with Hadoop 2 and get the following errors in 
 Trevni  mapreduce module tests:
 ==
 ...
 Running org.apache.trevni.avro.mapreduce.TestKeyValueWordCount
 Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.536 sec  
 FAILURE!
 Running org.apache.trevni.avro.mapreduce.TestKeyWordCount
 Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.505 sec  
 FAILURE!
 Running org.apache.trevni.avro.TestCases
 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.671 sec
 Running org.apache.trevni.avro.TestWordCount
 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.651 sec
 Results :
 Tests in error: 
   testIOFormat(org.apache.trevni.avro.mapreduce.TestKeyValueWordCount): 
 target/wc/trevniMapReduceKeyValueTest/out/part-r-0/part-0.trv (No such 
 file or directory)
   testIOFormat(org.apache.trevni.avro.mapreduce.TestKeyWordCount): 
 target/wc/trevniMapReduceKeyTest/out/part-r-0/part-0.trv (No such file or 
 directory)
 Tests run: 23, Failures: 0, Errors: 2, Skipped: 0
 ...
 ==
 StackTraces:
 ---
 Test set: org.apache.trevni.avro.mapreduce.TestKeyValueWordCount
 ---
 Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.537 sec  
 FAILURE!
 testIOFormat(org.apache.trevni.avro.mapreduce.TestKeyValueWordCount)  Time 
 elapsed: 2.029 sec   ERROR!
 java.io.FileNotFoundException: 
 target/wc/trevniMapReduceKeyValueTest/out/part-r-0/part-0.trv (No such 
 file or directory)
 at java.io.FileInputStream.init(FileInputStream.java:124)
 at org.apache.trevni.InputFile.init(InputFile.java:33)
 at 
 org.apache.trevni.avro.AvroColumnReader$Params.init(AvroColumnReader.java:69)
 at 
 org.apache.trevni.avro.WordCountUtil.validateCountsFileGenericRecord(WordCountUtil.java:122)
 at 
 org.apache.trevni.avro.mapreduce.TestKeyValueWordCount.checkOutputFormat(TestKeyValueWordCount.java:138)
 at 
 org.apache.trevni.avro.mapreduce.TestKeyValueWordCount.testIOFormat(TestKeyValueWordCount.java:108)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
 at java.lang.reflect.Method.invoke(Method.java:611)
 at 
 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
 at 
 org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
 at 
 org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
 at 
 org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
 at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
 at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:236)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:134)
 

[jira] [Updated] (AVRO-1336) Tests TestKeyValueWordCount and TestKeyWordCount fail due to missing files (Trevni mapreduce module)

2013-06-24 Thread Rodrigo Trujillo (JIRA)

 [ 
https://issues.apache.org/jira/browse/AVRO-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rodrigo Trujillo updated AVRO-1336:
---

Fix Version/s: 1.7.4
 Release Note: Fix Trevni build with Hadoop 2 in Avro 1.7.4
   Status: Patch Available  (was: Open)

This patch backports lang/java/trevni/avro/pom.xml 1.7.5-snapshot version

 Tests TestKeyValueWordCount and TestKeyWordCount fail due to missing files 
 (Trevni mapreduce module)
 

 Key: AVRO-1336
 URL: https://issues.apache.org/jira/browse/AVRO-1336
 Project: Avro
  Issue Type: Bug
  Components: trevni
Affects Versions: 1.7.4
 Environment: Red Hat Server 6.4 
 Avro 1.7.4
 Maven 3.0.5
 Java 1.6 (IBM or Oracle)
 Hadoop1 = 1.1.2
 Hadoop2 = 2.0.4-alpha
Reporter: Rodrigo Trujillo
Assignee: Rodrigo Trujillo
 Fix For: 1.7.4


 I tried to build Avro 1.7.4 with Hadoop 2 and get the following errors in 
 Trevni  mapreduce module tests:
 ==
 ...
 Running org.apache.trevni.avro.mapreduce.TestKeyValueWordCount
 Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.536 sec  
 FAILURE!
 Running org.apache.trevni.avro.mapreduce.TestKeyWordCount
 Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.505 sec  
 FAILURE!
 Running org.apache.trevni.avro.TestCases
 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.671 sec
 Running org.apache.trevni.avro.TestWordCount
 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.651 sec
 Results :
 Tests in error: 
   testIOFormat(org.apache.trevni.avro.mapreduce.TestKeyValueWordCount): 
 target/wc/trevniMapReduceKeyValueTest/out/part-r-0/part-0.trv (No such 
 file or directory)
   testIOFormat(org.apache.trevni.avro.mapreduce.TestKeyWordCount): 
 target/wc/trevniMapReduceKeyTest/out/part-r-0/part-0.trv (No such file or 
 directory)
 Tests run: 23, Failures: 0, Errors: 2, Skipped: 0
 ...
 ==
 StackTraces:
 ---
 Test set: org.apache.trevni.avro.mapreduce.TestKeyValueWordCount
 ---
 Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.537 sec  
 FAILURE!
 testIOFormat(org.apache.trevni.avro.mapreduce.TestKeyValueWordCount)  Time 
 elapsed: 2.029 sec   ERROR!
 java.io.FileNotFoundException: 
 target/wc/trevniMapReduceKeyValueTest/out/part-r-0/part-0.trv (No such 
 file or directory)
 at java.io.FileInputStream.init(FileInputStream.java:124)
 at org.apache.trevni.InputFile.init(InputFile.java:33)
 at 
 org.apache.trevni.avro.AvroColumnReader$Params.init(AvroColumnReader.java:69)
 at 
 org.apache.trevni.avro.WordCountUtil.validateCountsFileGenericRecord(WordCountUtil.java:122)
 at 
 org.apache.trevni.avro.mapreduce.TestKeyValueWordCount.checkOutputFormat(TestKeyValueWordCount.java:138)
 at 
 org.apache.trevni.avro.mapreduce.TestKeyValueWordCount.testIOFormat(TestKeyValueWordCount.java:108)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
 at java.lang.reflect.Method.invoke(Method.java:611)
 at 
 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
 at 
 org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
 at 
 org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
 at 
 org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
 at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
 at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:236)
 at 
 

[jira] [Updated] (AVRO-1336) Tests TestKeyValueWordCount and TestKeyWordCount fail due to missing files (Trevni mapreduce module)

2013-06-24 Thread Rodrigo Trujillo (JIRA)

 [ 
https://issues.apache.org/jira/browse/AVRO-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rodrigo Trujillo updated AVRO-1336:
---

Status: Open  (was: Patch Available)

 Tests TestKeyValueWordCount and TestKeyWordCount fail due to missing files 
 (Trevni mapreduce module)
 

 Key: AVRO-1336
 URL: https://issues.apache.org/jira/browse/AVRO-1336
 Project: Avro
  Issue Type: Bug
  Components: trevni
Affects Versions: 1.7.4
 Environment: Red Hat Server 6.4 
 Avro 1.7.4
 Maven 3.0.5
 Java 1.6 (IBM or Oracle)
 Hadoop1 = 1.1.2
 Hadoop2 = 2.0.4-alpha
Reporter: Rodrigo Trujillo
Assignee: Rodrigo Trujillo
 Fix For: 1.7.4


 I tried to build Avro 1.7.4 with Hadoop 2 and get the following errors in 
 Trevni  mapreduce module tests:
 ==
 ...
 Running org.apache.trevni.avro.mapreduce.TestKeyValueWordCount
 Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.536 sec  
 FAILURE!
 Running org.apache.trevni.avro.mapreduce.TestKeyWordCount
 Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.505 sec  
 FAILURE!
 Running org.apache.trevni.avro.TestCases
 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.671 sec
 Running org.apache.trevni.avro.TestWordCount
 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.651 sec
 Results :
 Tests in error: 
   testIOFormat(org.apache.trevni.avro.mapreduce.TestKeyValueWordCount): 
 target/wc/trevniMapReduceKeyValueTest/out/part-r-0/part-0.trv (No such 
 file or directory)
   testIOFormat(org.apache.trevni.avro.mapreduce.TestKeyWordCount): 
 target/wc/trevniMapReduceKeyTest/out/part-r-0/part-0.trv (No such file or 
 directory)
 Tests run: 23, Failures: 0, Errors: 2, Skipped: 0
 ...
 ==
 StackTraces:
 ---
 Test set: org.apache.trevni.avro.mapreduce.TestKeyValueWordCount
 ---
 Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.537 sec  
 FAILURE!
 testIOFormat(org.apache.trevni.avro.mapreduce.TestKeyValueWordCount)  Time 
 elapsed: 2.029 sec   ERROR!
 java.io.FileNotFoundException: 
 target/wc/trevniMapReduceKeyValueTest/out/part-r-0/part-0.trv (No such 
 file or directory)
 at java.io.FileInputStream.init(FileInputStream.java:124)
 at org.apache.trevni.InputFile.init(InputFile.java:33)
 at 
 org.apache.trevni.avro.AvroColumnReader$Params.init(AvroColumnReader.java:69)
 at 
 org.apache.trevni.avro.WordCountUtil.validateCountsFileGenericRecord(WordCountUtil.java:122)
 at 
 org.apache.trevni.avro.mapreduce.TestKeyValueWordCount.checkOutputFormat(TestKeyValueWordCount.java:138)
 at 
 org.apache.trevni.avro.mapreduce.TestKeyValueWordCount.testIOFormat(TestKeyValueWordCount.java:108)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
 at java.lang.reflect.Method.invoke(Method.java:611)
 at 
 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
 at 
 org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
 at 
 org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
 at 
 org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
 at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
 at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:236)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:134)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:113)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  

[jira] [Updated] (AVRO-1336) Tests TestKeyValueWordCount and TestKeyWordCount fail due to missing files (Trevni mapreduce module)

2013-06-24 Thread Rodrigo Trujillo (JIRA)

 [ 
https://issues.apache.org/jira/browse/AVRO-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rodrigo Trujillo updated AVRO-1336:
---

Status: Patch Available  (was: In Progress)

--- lang/java/trevni/avro/pom.xml.orig  2013-06-24 15:54:00.329422972 -0300
+++ lang/java/trevni/avro/pom.xml   2013-06-24 15:55:08.984489901 -0300
@@ -50,18 +50,6 @@
   version${junit.version}/version
   scopetest/scope
 /dependency
-dependency
-  groupIdorg.apache.avro/groupId
-  artifactIdavro-mapred/artifactId
-  version${project.version}/version
-  scopecompile/scope
-/dependency
-dependency
-  groupIdorg.apache.hadoop/groupId
-  artifactIdhadoop-core/artifactId
-  version${hadoop1.version}/version
-  scopecompile/scope
-/dependency
   /dependencies
 
   build
@@ -70,10 +58,104 @@
 groupIdorg.apache.maven.plugins/groupId
 artifactIdmaven-checkstyle-plugin/artifactId
   /plugin
+  plugin
+groupIdorg.apache.maven.plugins/groupId
+artifactIdmaven-jar-plugin/artifactId
+executions
+  execution
+idmain/id
+goalsgoaljar/goal/goals
+phasepackage/phase
+  /execution
+  execution
+idwith-classifier/id
+goalsgoaljar/goal/goals
+phasepackage/phase
+configuration
+  classifier${envClassifier}/classifier
+/configuration
+  /execution
+/executions
+  /plugin
 /plugins
   /build
 
   profiles
+ profile
+  idhadoop1/id
+  activation
+property
+  name!hadoop.version/name !-- if no hadoop.version is set --
+/property
+  /activation
+  properties
+envClassifierhadoop1/envClassifier
+  /properties
+  dependencies
+dependency
+  groupIdorg.apache.hadoop/groupId
+  artifactIdhadoop-core/artifactId
+  version${hadoop1.version}/version
+  !-- hadoop's execution environment provides its own jars, usurping 
any others.
+So we should not include it here --
+  scopeprovided/scope
+/dependency
+dependency
+  groupIdorg.apache.avro/groupId
+  artifactIdavro-mapred/artifactId
+  version${project.version}/version
+  classifierhadoop1/classifier
+  scopecompile/scope
+/dependency
+  /dependencies
+/profile
+profile
+  idhadoop2/id
+  activation
+property
+  namehadoop.version/name
+  value2/value
+/property
+  /activation
+  properties
+envClassifierhadoop2/envClassifier
+  /properties
+  dependencies
+dependency
+  groupIdorg.apache.hadoop/groupId
+  artifactIdhadoop-client/artifactId
+  version${hadoop2.version}/version
+  !-- hadoop's execution environment provides its own jars, usurping 
any others.
+So we should not include it here --
+  scopeprovided/scope
+/dependency
+dependency
+  groupIdorg.apache.hadoop/groupId
+artifactIdhadoop-mapreduce-client-common/artifactId
+version${hadoop2.version}/version
+  scopetest/scope !-- for LocalJobRunner --
+/dependency
+dependency
+  groupIdcommons-httpclient/groupId
+  artifactIdcommons-httpclient/artifactId
+  version${commons-httpclient.version}/version
+  scopetest/scope !-- for LocalJobRunner --
+/dependency
+dependency
+  groupIdorg.apache.avro/groupId
+  artifactIdavro-mapred/artifactId
+  version${project.version}/version
+  classifierhadoop2/classifier
+  scopecompile/scope
+/dependency
+dependency
+  groupIdorg.apache.avro/groupId
+  artifactIdavro/artifactId
+  version${project.version}/version
+  scopecompile/scope
+/dependency
+  /dependencies
+/profile
   /profiles
 
 /project


 Tests TestKeyValueWordCount and TestKeyWordCount fail due to missing files 
 (Trevni mapreduce module)
 

 Key: AVRO-1336
 URL: https://issues.apache.org/jira/browse/AVRO-1336
 Project: Avro
  Issue Type: Bug
  Components: trevni
Affects Versions: 1.7.4
 Environment: Red Hat Server 6.4 
 Avro 1.7.4
 Maven 3.0.5
 Java 1.6 (IBM or Oracle)
 Hadoop1 = 1.1.2
 Hadoop2 = 2.0.4-alpha
Reporter: Rodrigo Trujillo
Assignee: Rodrigo Trujillo
 Fix For: 1.7.4


 I tried to build Avro 1.7.4 with Hadoop 2 and get the following errors in 
 Trevni  mapreduce module tests:
 ==
 ...
 Running 

[jira] [Updated] (AVRO-1336) Tests TestKeyValueWordCount and TestKeyWordCount fail due to missing files (Trevni mapreduce module)

2013-06-24 Thread Rodrigo Trujillo (JIRA)

 [ 
https://issues.apache.org/jira/browse/AVRO-1336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rodrigo Trujillo updated AVRO-1336:
---

Attachment: fix_avro_1.7.4_trevni_build_hadoop2.patch

 Tests TestKeyValueWordCount and TestKeyWordCount fail due to missing files 
 (Trevni mapreduce module)
 

 Key: AVRO-1336
 URL: https://issues.apache.org/jira/browse/AVRO-1336
 Project: Avro
  Issue Type: Bug
  Components: trevni
Affects Versions: 1.7.4
 Environment: Red Hat Server 6.4 
 Avro 1.7.4
 Maven 3.0.5
 Java 1.6 (IBM or Oracle)
 Hadoop1 = 1.1.2
 Hadoop2 = 2.0.4-alpha
Reporter: Rodrigo Trujillo
Assignee: Rodrigo Trujillo
 Fix For: 1.7.4

 Attachments: fix_avro_1.7.4_trevni_build_hadoop2.patch


 I tried to build Avro 1.7.4 with Hadoop 2 and get the following errors in 
 Trevni  mapreduce module tests:
 ==
 ...
 Running org.apache.trevni.avro.mapreduce.TestKeyValueWordCount
 Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.536 sec  
 FAILURE!
 Running org.apache.trevni.avro.mapreduce.TestKeyWordCount
 Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.505 sec  
 FAILURE!
 Running org.apache.trevni.avro.TestCases
 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.671 sec
 Running org.apache.trevni.avro.TestWordCount
 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.651 sec
 Results :
 Tests in error: 
   testIOFormat(org.apache.trevni.avro.mapreduce.TestKeyValueWordCount): 
 target/wc/trevniMapReduceKeyValueTest/out/part-r-0/part-0.trv (No such 
 file or directory)
   testIOFormat(org.apache.trevni.avro.mapreduce.TestKeyWordCount): 
 target/wc/trevniMapReduceKeyTest/out/part-r-0/part-0.trv (No such file or 
 directory)
 Tests run: 23, Failures: 0, Errors: 2, Skipped: 0
 ...
 ==
 StackTraces:
 ---
 Test set: org.apache.trevni.avro.mapreduce.TestKeyValueWordCount
 ---
 Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.537 sec  
 FAILURE!
 testIOFormat(org.apache.trevni.avro.mapreduce.TestKeyValueWordCount)  Time 
 elapsed: 2.029 sec   ERROR!
 java.io.FileNotFoundException: 
 target/wc/trevniMapReduceKeyValueTest/out/part-r-0/part-0.trv (No such 
 file or directory)
 at java.io.FileInputStream.init(FileInputStream.java:124)
 at org.apache.trevni.InputFile.init(InputFile.java:33)
 at 
 org.apache.trevni.avro.AvroColumnReader$Params.init(AvroColumnReader.java:69)
 at 
 org.apache.trevni.avro.WordCountUtil.validateCountsFileGenericRecord(WordCountUtil.java:122)
 at 
 org.apache.trevni.avro.mapreduce.TestKeyValueWordCount.checkOutputFormat(TestKeyValueWordCount.java:138)
 at 
 org.apache.trevni.avro.mapreduce.TestKeyValueWordCount.testIOFormat(TestKeyValueWordCount.java:108)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
 at java.lang.reflect.Method.invoke(Method.java:611)
 at 
 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
 at 
 org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
 at 
 org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
 at 
 org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
 at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
 at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:236)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:134)
 at