Skip to content

Commit 55fa63a

Browse files
authored
Merge pull request #86 from Impetus/JUM-137
added old UI content again in webapp
2 parents f37311c + 42f3bc3 commit 55fa63a

File tree

1,903 files changed

+419762
-39
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,903 files changed

+419762
-39
lines changed

bin/agent/startAgent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ AGENT_PORT=2161
3838
JAVA=${JAVA_HOME}/bin/java
3939

4040

41-
exec "$JAVA" -jar ../jumbune-remoting-2.0-agent.jar --agent-dir $AGENT_WORK_DIR --agent-port $AGENT_PORT $HADOOP_DISTRIBUTION_TYPE_FLAG $HADOOP_DISTRIBUTION_TYPE $HADOOP_DIR_FLAG $HADOOP_DIR $VERBOSE
41+
exec "$JAVA" -jar ../jumbune-remoting-1.6-agent.jar --agent-dir $AGENT_WORK_DIR --agent-port $AGENT_PORT $HADOOP_DISTRIBUTION_TYPE_FLAG $HADOOP_DISTRIBUTION_TYPE $HADOOP_DIR_FLAG $HADOOP_DIR $VERBOSE

cluster-analysis/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<parent>
77
<artifactId>jumbune</artifactId>
88
<groupId>org.jumbune</groupId>
9-
<version>2.0</version>
9+
<version>1.6</version>
1010
</parent>
1111
<groupId>org.jumbune</groupId>
1212
<artifactId>jumbune-cluster-analysis</artifactId>
1313
<version>${project.parent.version}</version>
1414
<name>cluster-analysis</name>
1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17-
<build.number>2.0</build.number>
17+
<build.number>1.6</build.number>
1818
</properties>
1919
<dependencies>
2020

cluster-monitoring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jumbune</artifactId>
77
<groupId>org.jumbune</groupId>
8-
<version>2.0</version>
8+
<version>1.6</version>
99
</parent>
1010

1111
<groupId>org.jumbune</groupId>

common/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>jumbune</artifactId>
88
<groupId>org.jumbune</groupId>
9-
<version>2.0</version>
9+
<version>1.6</version>
1010
</parent>
1111
<groupId>org.jumbune</groupId>
1212
<artifactId>jumbune-common</artifactId>
@@ -16,7 +16,7 @@
1616
<url>http://maven.apache.org</url>
1717
<properties>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19-
<build.number>2.0</build.number>
19+
<build.number>1.6</build.number>
2020
</properties>
2121
<profiles>
2222
<profile>
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>org.jumbune</groupId>
100100
<artifactId>jumbune-remoting</artifactId>
101-
<version>2.0</version>
101+
<version>1.6</version>
102102
</dependency>
103103
<!--Differential Changes-->
104104
<dependency>

datavalidation/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jumbune</artifactId>
77
<groupId>org.jumbune</groupId>
8-
<version>2.0</version>
8+
<version>1.6</version>
99
</parent>
1010

1111
<groupId>org.jumbune</groupId>
@@ -79,7 +79,7 @@
7979
<addDefaultImplementationEntries/>
8080
</manifest>
8181
<manifestEntries>
82-
<Class-Path>./jumbune-common-2.0.jar ./commons-io-1.3.2.jar ./gson-2.2.4.jar ./jumbune-utils-2.0.jar ./log4j-api-2.8.2.jar ./log4j-core-2.8.2.jar</Class-Path>
82+
<Class-Path>./jumbune-common-1.6.jar ./commons-io-1.3.2.jar ./gson-2.2.4.jar ./jumbune-utils-1.6.jar ./log4j-api-2.8.2.jar ./log4j-core-2.8.2.jar</Class-Path>
8383
</manifestEntries>
8484
<pomPropertiesFile/>
8585
</archive>

debugger/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>jumbune</artifactId>
88
<groupId>org.jumbune</groupId>
9-
<version>2.0</version>
9+
<version>1.6</version>
1010
</parent>
1111

1212
<groupId>org.jumbune</groupId>

deploy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>jumbune</artifactId>
88
<groupId>org.jumbune</groupId>
9-
<version>2.0</version>
9+
<version>1.6</version>
1010
</parent>
1111
<groupId>org.jumbune</groupId>
1212
<artifactId>jumbune-deploy</artifactId>

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>jumbune</artifactId>
88
<groupId>org.jumbune</groupId>
9-
<version>2.0</version>
9+
<version>1.6</version>
1010
</parent>
1111
<groupId>org.jumbune</groupId>
1212
<artifactId>jumbune-dist</artifactId>

examples/defaulterdebugging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jumbune</groupId>
66
<artifactId>jumbune</artifactId>
7-
<version>2.0</version>
7+
<version>1.6</version>
88
<relativePath>../../pom.xml</relativePath>
99

1010
</parent>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>jumbune</artifactId>
88
<groupId>org.jumbune</groupId>
9-
<version>2.0</version>
9+
<version>1.6</version>
1010
</parent>
1111

1212
<groupId>org.jumbune</groupId>

0 commit comments

Comments
 (0)