You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "alexBai (JIRA)" <ji...@apache.org> on 2015/12/29 11:27:49 UTC

[jira] [Comment Edited] (SQOOP-2759) Sqoop-1.4.6 is not compatible with hbase 1.0.1.1 ?

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

alexBai edited comment on SQOOP-2759 at 12/29/15 10:27 AM:
-----------------------------------------------------------

It would be very nice to keep compatible with the newer versions~


was (Author: alexbai):
It would be very nice to keep compatible with the newer version~

> Sqoop-1.4.6 is not compatible with hbase 1.0.1.1 ?
> --------------------------------------------------
>
>                 Key: SQOOP-2759
>                 URL: https://issues.apache.org/jira/browse/SQOOP-2759
>             Project: Sqoop
>          Issue Type: Bug
>          Components: hbase-integration
>    Affects Versions: 1.4.6
>         Environment: hadoop-2.6.0 , sqoop-1.4.6,hbase-1.0.1.1
>            Reporter: alexBai
>            Priority: Critical
>
> command: sqoop import --connect jdbc:mysql://test.host:3306/hive --table test --username hive --password hive --hbase-create-table --hbase-table version --column-family C -m 1 --verbose
> I got the following error,It seems the hbase client sqoop used is not compatible with hbase server, and I tried to compile the sqoop-1.4.6 with hbase-1.0.1.1 by command "ant clean release \-Dhadoopversion=200",but failed. And I found I can do it in two step:first,create the table in hbase;and then run the sqoop command without the option "--hbase-create-table".
> Is there a possible way to solve the problem?
> Exception in thread "main" java.lang.NoSuchMethodError: org.apache.hadoop.hbase.HTableDescriptor.addFamily(Lorg/apache/hadoop/hbase/HColumnDescriptor;)V
> 	at org.apache.sqoop.mapreduce.HBaseImportJob.jobSetup(HBaseImportJob.java:222)
> 	at org.apache.sqoop.mapreduce.ImportJobBase.runImport(ImportJobBase.java:264)
> 	at org.apache.sqoop.manager.SqlManager.importTable(SqlManager.java:673)
> 	at org.apache.sqoop.manager.MySQLManager.importTable(MySQLManager.java:118)
> 	at org.apache.sqoop.tool.ImportTool.importTable(ImportTool.java:497)
> 	at org.apache.sqoop.tool.ImportTool.run(ImportTool.java:605)
> 	at org.apache.sqoop.Sqoop.run(Sqoop.java:143)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
> 	at org.apache.sqoop.Sqoop.runSqoop(Sqoop.java:179)
> 	at org.apache.sqoop.Sqoop.runTool(Sqoop.java:218)
> 	at org.apache.sqoop.Sqoop.runTool(Sqoop.java:227)
> 	at org.apache.sqoop.Sqoop.main(Sqoop.java:236)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)