I'm trying to import mysql table to hbase and my composite rowkey contains columns that may be null. I get the following exception: Could not insert row with null value for row-key column: COLUMN_NAME. Is it impossible to create a key with null ? according to the guide it should be replaced with "null".
