No. 410000 ~ 410999
400001: Java class loading has failed. (%1$s), for more details, refer to the stdout error file.
Cause The jar files used in HBASE must be set in the environment variable.
Action Modify the CLASSPATH.
400002: jni error (%1$s)
Cause jni error
Action jni error
400003: A table connection error (%1$s) has occurred in HBASE. For more details about the table connection error, check the stdout error file.
Cause The table name and column family must exist in HBASE.
Action Modify the definition of the HBASE table, and the column family of the query.
400004: The (%1$s) column is not assigned to a column family.
Cause A column must be assigned to a column family in order to perform a query on an HBASE TABLE.
Action Add the column, which is used in the query, to a column family. (columnfamily$column)
400005: The target column is not defined.
Cause A target column must be specified when data is inserted into an HBASE TABLE.
Action Specify the target column to insert the data. (columnfamily$column)
400006: A ROWKEY column is required.
Cause A ROWKEY column must be specified when inserting data into an HBASE TABLE.
Action Add a ROWKEY column.
Last updated