[ https://issues.apache.org/jira/browse/PIG-970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jeff Zhang updated PIG-970: --------------------------- Attachment: Pig_HBase_0.20.0.patch Alan, I find the problem. Before in eclipse I put the output folder to build/classes which is conflict with the output folder in build.xml. So it hides the problem. Now I add one line in build.xml: {code}<copy file="${basedir}/test/hbase-site.xml" tofile="${test.build.classes}/hbase-site.xml"/> {code} So that the test case code can find hbase-site.xml in classpath. > Support of HBase 0.20.0 > ----------------------- > > Key: PIG-970 > URL: https://issues.apache.org/jira/browse/PIG-970 > Project: Pig > Issue Type: Improvement > Components: impl > Affects Versions: 0.3.0 > Reporter: Vincent BARAT > Assignee: Jeff Zhang > Fix For: 0.5.0 > > Attachments: build.xml.path, hbase-0.20.0-test.jar, hbase-0.20.0.jar, > pig-hbase-0.20.0-support.patch, pig-hbase-20-v2.patch, > Pig_HBase_0.20.0.patch, TEST-org.apache.pig.test.TestHBaseStorage.txt, > TEST-org.apache.pig.test.TestHBaseStorage.txt, > TEST-org.apache.pig.test.TestHBaseStorage.txt, test-output.tgz, > zookeeper-hbase-1329.jar > > > The support of HBase is currently very limited and restricted to HBase 0.18.0. > Because the next releases of PIG will support Hadoop 0.20.0, they should also > support HBase 0.20.0. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.