要將我的數據從HDFS導出到Postgres,我正在使用Sqoop(1.3.0-cdh3u4)。主要問題是我有一列類型的ltree。 ERROR orm.ClassWriter: Cannot resolve SQL type 1111
ERROR orm.ClassWriter: No Java type for SQL type 1111 for column path
即使使用--ma
Iam new in sqoop.Actual iam used sqoop import & export through command line arguments.But now iam trying to implment with java.I got compile time error when calling expTool.run(sqoopoptions) when usin