Skip to content

Commit

Permalink
Fixed Setup that wasn't deploying the no-hadoop jar
Browse files Browse the repository at this point in the history
  • Loading branch information
dstreev committed Jun 15, 2023
1 parent e970b9f commit 2eb79fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ if [ -f hive-sre-shaded.jar ]; then
cp -f hive-sre-shaded.jar $BASE_DIR/lib
fi

if [ -f hive-sre-shaded-no-hadoop.jar ]; then
cp -f hive-sre-shaded-no-hadoop.jar $BASE_DIR/lib
fi

chmod -R +r $BASE_DIR
chmod +x $BASE_DIR/bin/hive-sre
chmod +x $BASE_DIR/bin/hive-sre-cli
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>com.cloudera.utils.hive</groupId>
<artifactId>hive-sre</artifactId>
<version>2.5.1.2</version>
<version>2.5.1.3</version>

<name>hive-sre</name>

Expand Down

0 comments on commit 2eb79fa

Please sign in to comment.