Files
impala/testdata/bin/generate-block-ids.sh

7 lines
255 B
Bash
Executable File

#!/usr/bin/env bash
# Copyright (c) 2012 Cloudera, Inc. All rights reserved.
cd $IMPALA_FE_DIR
mvn -e exec:java -Dexec.mainClass=com.cloudera.impala.testutil.BlockIdGenerator \
-Dexec.classpathScope=test -Dexec.args="../testdata/block-ids"