Adapter for Apache HBase Error Codes

The following table lists Adapter for Apache HBase's minor codes and provides information on the error message, reason, and possible action for each error.

Error Code Description
1011 Please be sure that zookeeper master is running on the hostname and port number.
Explanation: Client is not able to connect to zookeeper master.
Action: Check if host and port entered in connection configuration is correct and reachable.
1012 Could not establish zookeeper connection on hostname and port number.
Explanation: Zookeeper master is not running for the host mentioned in Connection configuration.
Action: Check if zookeeper master is running on the mentioned host and port in connection configuration.
1015 Error occurred while trying to get resource domain values for service and resource domain.
Explanation: Resource domain lookup failed for the indicated adapter service and resource domain.
Action: Ensure that the connection parameters are valid, and then retry the operation.
1021 Scanner Timeout Exception Occurred.
Explanation: Thrown when scanner is time-outs.
Action: Increase the default value of 'hbase.client.scanner.timeout.period'
1023 Invalid input value for Timestamp field.
Explanation: Value entered in the Timestamp filed is not long data type.
Action: Enter long data type values in Timestamp field.
1027 Row too big exception occurred while executing service.
Explanation: Size of the data to be retrieved is greater than the configured block size.
Action: Please increase the default block size and try increasing the value of client property 'hbase.client.scanner.max.result.size'
1029 Please enter correct Row Ids.
Explanation: Row Id is not entered in the service.
Action: Please enter the proper Row Id.
1031 Null pointer exception occurred. Please enter required input value.
Explanation: Values are not entered in the Column Qualifiers.
Action: Please enter the values for selected Column Qualifiers.
1032 No Column qualifier entered to insert/update the value.
Explanation: No value is entered for selected Column Qualifier or no Column Qualifier is selected to insert/update.
Action: Enter proper value to selected Column Qualifier.
1033 Sampling range should be in proper format OR above 0.
Explanation: Entered sampling range is not of correct format.
Action: Enter the sampling range in the correct format which is ordered lexicographically.