Quantcast
Channel: Hortonworks » All Topics
Viewing all articles
Browse latest Browse all 5121

sqoop-export from HCatalog to MySQL: java.lang.NullPointerException

$
0
0

Replies: 0

I am using HDP sandbox 2.1. I create a database “hose” in HCatalog, there is a table price_analysis. I create a database hose in mysql and table price_analysis in hose database. I try to execute this below command
sqoop export –connect jdbc:mysql://localhost:3306/hose –username root –table price_analysis –hcatalog-database ‘hose’ –hcatalog-table ‘price_analysis’

and it returns me java.lang.NullPointerException

14/05/10 11:36:43 INFO Configuration.deprecation: mapred.output.dir is deprecated. Instead, use mapreduce.output.fileoutputformat.outputdir
14/05/10 11:36:47 INFO hcat.SqoopHCatUtilities: HCatalog table partitioning key fields = []
14/05/10 11:36:47 ERROR sqoop.Sqoop: Got exception running Sqoop: java.lang.NullPointerException
java.lang.NullPointerException
at org.apache.hcatalog.data.schema.HCatSchema.get(HCatSchema.java:99)
at org.apache.sqoop.mapreduce.hcat.SqoopHCatUtilities.configureHCat(SqoopHCatUtilities.java:343)
at org.apache.sqoop.mapreduce.ExportJobBase.runExport(ExportJobBase.java:394)
at org.apache.sqoop.manager.SqlManager.exportTable(SqlManager.java:853)
at org.apache.sqoop.tool.ExportTool.exportTable(ExportTool.java:81)
at org.apache.sqoop.tool.ExportTool.run(ExportTool.java:100)
at org.apache.sqoop.Sqoop.run(Sqoop.java:147)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
at org.apache.sqoop.Sqoop.runSqoop(Sqoop.java:183)
at org.apache.sqoop.Sqoop.runTool(Sqoop.java:222)
at org.apache.sqoop.Sqoop.runTool(Sqoop.java:231)
at org.apache.sqoop.Sqoop.main(Sqoop.java:240)

is there anyone experienced it before?

thanks and regards


Viewing all articles
Browse latest Browse all 5121

Trending Articles