#!/bin/bash # Copyright (c) 2014 Cloudera, Inc. All rights reserved. # # This script copies the test data source library into hdfs. . ${IMPALA_HOME}/bin/impala-config.sh set -e hadoop fs -mkdir -p /test-warehouse/data-sources/ hadoop fs -put -f \ ${IMPALA_HOME}/ext-data-source/test/target/impala-data-source-test-*.jar \ /test-warehouse/data-sources/test-data-source.jar