You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2018/04/17 17:32:00 UTC

[jira] [Created] (HBASE-20436) IntegrationTestSparkBulkLoad cannot access abstract processOptions of AbstractHBaseTool

Ted Yu created HBASE-20436:
------------------------------

             Summary: IntegrationTestSparkBulkLoad cannot access abstract processOptions of AbstractHBaseTool
                 Key: HBASE-20436
                 URL: https://issues.apache.org/jira/browse/HBASE-20436
             Project: HBase
          Issue Type: Bug
          Components: spark
            Reporter: Ted Yu


Saw the following compilation error in hbase-spark-it module:
{code}
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /hbase/hbase-spark-it/src/test/java/org/apache/hadoop/hbase/spark/IntegrationTestSparkBulkLoad.java:[638,10] abstract method processOptions(org.apache.hbase.thirdparty.org.apache.commons.cli.CommandLine) in org.apache.hadoop.hbase.util.AbstractHBaseTool cannot be accessed directly
{code}
The processOptions method of AbstractHBaseTool is abstract.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)