mirror of
https://github.com/apache/impala.git
synced 2025-12-19 09:58:28 -05:00
Move ssh keys from bin directory to fix packaging build break
This commit is contained in:
committed by
Henry Robinson
parent
a5e94fd40e
commit
6120ea3108
2
bin/copy-impala-test-data.sh
Normal file → Executable file
2
bin/copy-impala-test-data.sh
Normal file → Executable file
@@ -17,4 +17,4 @@ DATASRC="c1326.hal.cloudera.com:/data/1/workspace/impala-data"
|
||||
DATADST=$IMPALA_HOME/testdata/impala-data
|
||||
mkdir -p $DATADST
|
||||
|
||||
scp -i $bin/ssh_keys/id_rsa_impala -o "StrictHostKeyChecking=no" -r $DATASRC/* $DATADST
|
||||
scp -i $IMPALA_HOME/ssh_keys/id_rsa_impala -o "StrictHostKeyChecking=no" -r $DATASRC/* $DATADST
|
||||
|
||||
Reference in New Issue
Block a user