Skip to content

Commit

Permalink
update to hadoopcli
Browse files Browse the repository at this point in the history
  • Loading branch information
dstreev committed Oct 13, 2020
1 parent 140f898 commit 1ff444a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hive-sre/bin/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- hosts: sdlc
- hosts: edge
become: true

vars:
Expand Down
6 changes: 3 additions & 3 deletions hive-sre/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.streever.hive</groupId>
<artifactId>hive-sre</artifactId>
<version>2.3.3.2-SNAPSHOT</version>
<version>2.3.3.3-SNAPSHOT</version>

<name>hive</name>

Expand Down Expand Up @@ -40,7 +40,7 @@
<jackson.version>2.11.1</jackson.version>
<!-- Part of include Hadoop Libs-->
<!-- <commons-cli.version>1.2</commons-cli.version>-->
<commons-lang.version>3.4</commons-lang.version>
<commons-lang.version>3.11</commons-lang.version>
<commons-dbcp2.version>2.7.0</commons-dbcp2.version>

<!-- <jackson.parser>2.9.5</jackson.parser>-->
Expand All @@ -55,7 +55,7 @@
<!-- <hadoop.major>3.1</hadoop.major>-->
<!-- <hive.version>3.1.1</hive.version>-->

<hadoop-cli.version>2.2.3.2-SNAPSHOT</hadoop-cli.version>
<hadoop-cli.version>2.2.3.3-SNAPSHOT</hadoop-cli.version>

</properties>

Expand Down

0 comments on commit 1ff444a

Please sign in to comment.