[ 
https://issues.apache.org/jira/browse/IMPALA-11055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17523816#comment-17523816
 ] 

Wenzhe Zhou edited comment on IMPALA-11055 at 4/18/22 5:53 PM:
---------------------------------------------------------------

This issue repeatedly happened for nightly build 
impala-cdw-master-staging-core-ubsan.
Error messages:


{code:java}
Loading TPC-DS data (logging to 
/data/jenkins/workspace/impala-cdw-master-staging-core-ubsan/repos/Impala/logs/data_loading/load-tpcds.log)...
 
  Loading workload 'tpch' using exploration strategy 'core' OK (Took: 7 min 30 
sec)
    FAILED (Took: 10 min 25 sec)
    'load-data functional-query exhaustive' failed. Tail of log:
Took 2.1201 seconds
=> Hbase::Table - functional_hbase.insert_date_tbl
hbase:204:0> 
hbase:205:0> disable 'functional_hbase.alltypes_date_partition_2'

ERROR: Table functional_hbase.alltypes_date_partition_2 does not exist.

For usage try 'help "disable"'

Took 0.0029 seconds
hbase:206:0> 
hbase:207:0> drop 'functional_hbase.alltypes_date_partition_2'

ERROR: Table functional_hbase.alltypes_date_partition_2 does not exist. 
{code}


{code:java}
hbase:209:0> create 'functional_hbase.alltypes_date_partition_2', 'd'
Created table functional_hbase.alltypes_date_partition_2
Took 1.1130 seconds
=> Hbase::Table - functional_hbase.alltypes_date_partition_2
hbase:210:0> 
hbase:211:0> disable 'functional_hbase.utf8_str_tiny'

ERROR: Table functional_hbase.utf8_str_tiny does not exist.

For usage try 'help "disable"'

Took 0.0029 seconds
hbase:212:0> 
hbase:213:0> drop 'functional_hbase.utf8_str_tiny'

ERROR: Table functional_hbase.utf8_str_tiny does not exist.
{code}



was (Author: wzhou):
This issue repeatedly happened for nightly build 
impala-cdw-master-staging-core-ubsan.
Error messages:


{code:java}
Loading TPC-DS data (logging to 
/data/jenkins/workspace/impala-cdw-master-staging-core-ubsan/repos/Impala/logs/data_loading/load-tpcds.log)...
 
  Loading workload 'tpch' using exploration strategy 'core' OK (Took: 7 min 30 
sec)
    FAILED (Took: 10 min 25 sec)
    'load-data functional-query exhaustive' failed. Tail of log:
Took 2.1201 seconds
=> Hbase::Table - functional_hbase.insert_date_tbl
hbase:204:0> 
hbase:205:0> disable 'functional_hbase.alltypes_date_partition_2'

ERROR: Table functional_hbase.alltypes_date_partition_2 does not exist.

For usage try 'help "disable"'

Took 0.0029 seconds
hbase:206:0> 
hbase:207:0> drop 'functional_hbase.alltypes_date_partition_2'

ERROR: Table functional_hbase.alltypes_date_partition_2 does not exist. 
{code}


> load-functional-query-exhaustive-hbase-generated.create failed to run with 
> newer HBase shell.
> ---------------------------------------------------------------------------------------------
>
>                 Key: IMPALA-11055
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11055
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Riza Suminto
>            Assignee: Riza Suminto
>            Priority: Major
>              Labels: broken-build
>             Fix For: Impala 4.1.0
>
>
> Downstream build failed to run 
> load-functional-query-exhaustive-hbase-generated.create with newer HBase 
> shell from version 2.4.6. Following is the tail log of 
> data-load-functional-exhaustive.log.
> {code:java}
> ERROR: Table functional_hbase.utf8_str_tiny does not exist.
> For usage try 'help "drop"'Took 0.0016 seconds
> Created table functional_hbase.utf8_str_tiny
> Took 1.1099 seconds
> Hbase::Table - functional_hbase.utf8_str_tiny
> ERROR NoMethodError: private method `exit' called for nil:NilClass
> 12:47:11 Error executing hbase create commands{code}
> We can remove the "exit" command from the load script since this HBase script 
> is run in non-interactive way.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to