Github user alfonsonishikawa commented on a diff in the pull request: https://github.com/apache/gora/pull/135#discussion_r222510709 --- Diff: gora-pig/src/test/java/org/apache/gora/pig/GoraStorageTest.java-disabled --- @@ -0,0 +1,352 @@ +package org.apache.gora.pig; --- End diff -- Gora-pig does not have JUnit tests! I have been struggling to launch a Hadoop+HBase cluster. It seems with Hadoop 1 + HBase 1.0.x (or alike) I got it working in Hadoop 1 with an old Gora version: JUnit started both pseudo distributed and did the job. But with HBase 1.2.6 `utility.startMiniCluster();` and `utility.startMiniMapReduceCluster();` tries to launch a Hadoop 1 cluster. And it crashes too. At the end, I developed and tested gora-pig directly with HDP 2.6. **A hand is needed to make this run** :\ Thank you.
---