Does Sqoop --hbase-row-key option support multiple columns combination -
i importing mysql table hbase using sqoop. normally, hbase's row key not consisted 1 column, combination among 2 or 3 columns + timestamp, e.g. row key = ${col1}${col2}${timestamp}
.
i can't working using sqoop, wondering sqoop --hbase-row-key allow me --hbase-row-key=col1, col2, tiemstamp
during import, hbase row key end 3 fields combination?
i found answer myself:
composite keys added in sqoop 1.4.4: http://sqoop.apache.org/docs/1.4.4/sqoopuserguide.html#idp3672480
Comments
Post a Comment