You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2020/12/24 01:25:00 UTC

[jira] [Resolved] (IMPALA-4399) create-load-data.sh has bitrotted to some extent, and needs to be cleaned up

     [ https://issues.apache.org/jira/browse/IMPALA-4399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe McDonnell resolved IMPALA-4399.
-----------------------------------
    Fix Version/s: Not Applicable
       Resolution: Cannot Reproduce

> create-load-data.sh has bitrotted to some extent, and needs to be cleaned up
> ----------------------------------------------------------------------------
>
>                 Key: IMPALA-4399
>                 URL: https://issues.apache.org/jira/browse/IMPALA-4399
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 2.7.0
>            Reporter: David Knupp
>            Priority: Major
>             Fix For: Not Applicable
>
>
> {{create-load-data.sh}} needs to be refactored. Some things that were noticed recently when working on getting remote cluster testing set up:
> {{-exploration_strategy}} is an apparent parameter one can pass in, but it has no effect.
> Trying to skip the snapshot load produces this error:
> {noformat}
> $ ./testdata/bin/create-load-data.sh -skip_snapshot_load -exploration_strategy core
> Executing: create-load-data.sh -skip_snapshot_load -exploration_strategy core
> Loading Hive Builtins (logging to /home/dknupp/Impala/logs/data_loading/load-hive-builtins.log)... OK
> Generating HBase data (logging to /home/dknupp/Impala/logs/data_loading/create-hbase.log)... OK
> Creating /test-warehouse HDFS directory (logging to /home/dknupp/Impala/logs/data_loading/create-test-warehouse-dir.log)... FAILED
> 'hadoop fs -mkdir /test-warehouse' failed. Tail of log:
> Log for command 'hadoop fs -mkdir /test-warehouse'
> mkdir: `/test-warehouse': File exists
> Error in ./testdata/bin/create-load-data.sh at line 46: SKIP_METADATA_LOAD=0
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)