mirror of
https://github.com/apache/impala.git
synced 2026-01-06 15:01:43 -05:00
7 lines
255 B
Bash
Executable File
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"
|