You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Arvind Prabhakar (Commented) (JIRA)" <ji...@apache.org> on 2012/03/17 05:06:46 UTC

[jira] [Commented] (SQOOP-462) Sqoop hbase Test Compilation failure.

    [ https://issues.apache.org/jira/browse/SQOOP-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13231830#comment-13231830 ] 

Arvind Prabhakar commented on SQOOP-462:
----------------------------------------

Thanks for the patch Ashish. However, we cannot use this patch because while attaching it you did not check the checkbox next to "Grant license to ASF for inclusion in ASF works" option.

If you reattach the patch with the license grant, we will be happy to take it forward.
                
> Sqoop hbase Test Compilation failure.
> -------------------------------------
>
>                 Key: SQOOP-462
>                 URL: https://issues.apache.org/jira/browse/SQOOP-462
>             Project: Sqoop
>          Issue Type: Bug
>          Components: hbase-integration
>    Affects Versions: 1.4.1-incubating
>            Reporter: Ashish Singh
>         Attachments: Sqoop-462.patch
>
>
> Executing the following ant command, hbase test compilation failed.
> ant -d -f build.xml clean tar -Dmaven.test.skip=true -Dhadoopversion=100 -Dhadoop.version=1.0.1 -Dzookeeper.version=3.3.4 -Dhbase.version=0.92.0 -Dresolvers=internal
> Build failure:
>    [javac] /root/HDP/hdp_builds/sqoop-branch-1.4.1/src/test/com/cloudera/sqoop/hbase/HBaseTestCase.java:30: cannot find symbol
>     [javac] symbol  : class HBaseTestingUtility
>     [javac] location: package org.apache.hadoop.hbase
>     [javac] import org.apache.hadoop.hbase.HBaseTestingUtility;
>     [javac]                               ^
>     [javac] /root/HDP/hdp_builds/sqoop-branch-1.4.1/src/test/com/cloudera/sqoop/hbase/HBaseTestCase.java:110: cannot find symbol
>     [javac] symbol  : class HBaseTestingUtility
>     [javac] location: class com.cloudera.sqoop.hbase.HBaseTestCase
>     [javac]   private HBaseTestingUtility hbaseTestUtil;
>     [javac]           ^
>     [javac] /root/HDP/hdp_builds/sqoop-branch-1.4.1/src/test/com/cloudera/sqoop/hbase/HBaseTestCase.java:116: cannot find symbol
>     [javac] symbol  : class HBaseTestingUtility
>     [javac] location: class com.cloudera.sqoop.hbase.HBaseTestCase
>     [javac]       hbaseTestUtil = new HBaseTestingUtility(conf);
>     [javac]                           ^
>     [javac] /root/HDP/hdp_builds/sqoop-branch-1.4.1/src/test/com/cloudera/sqoop/hbase/HBaseTestCase.java:167: internal error; cannot instantiate Configuration(boolean) at org.apache.hadoop.conf.Configuration to ()
>     [javac]     HTable table = new HTable(new Configuration(
>     [javac]                               ^
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 4 errors

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira