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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -