This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 0880f10 fix generator.sh after pinot version bump (#5237)
0880f10 is described below
commit 0880f10869615c1dad2fd29d3bc0a20599e02ceb
Author: Alexander Pucher <[email protected]>
AuthorDate: Mon Apr 13 17:55:06 2020 -0700
fix generator.sh after pinot version bump (#5237)
* fix generator.sh after pinot version bump
* review fixes
Co-authored-by: Alexander Pucher <[email protected]>
---
docker/images/pinot/bin/generator.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/images/pinot/bin/generator.sh
b/docker/images/pinot/bin/generator.sh
index af296d4..d8ffa03 100755
--- a/docker/images/pinot/bin/generator.sh
+++ b/docker/images/pinot/bin/generator.sh
@@ -18,7 +18,7 @@
# under the License.
#
-JAR_PATH="/opt/pinot/lib/pinot-all-0.3.0-SNAPSHOT-jar-with-dependencies.jar"
+JAR_PATH="$(find /opt/pinot/lib/pinot-all-*-jar-with-dependencies.jar)"
ADMIN_PATH="/opt/pinot/bin/pinot-admin.sh"
TEMPLATE_BASEDIR="/tmp/pinotGenerator/generator"
TEMP_DIR="/tmp/pinotGenerator"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]