HDFS から Postgres にデータをエクスポートするために、Sqoop (1.3.0-cdh3u4) を使用しています。主な問題は、ltree 型の列が 1 つあることです。
ERROR orm.ClassWriter: Cannot resolve SQL type 1111
ERROR orm.ClassWriter: No Java type for SQL type 1111 for column path
Sqoop は --map-column-java を使用して文字列の解析を強制してもエクスポートできません。
java.io.IOException: org.postgresql.util.PSQLException: ERROR: column "path" is of type ltree but expression is of type character varying
Hint: You will need to rewrite or cast the expression.
Position: 106
何か案が?