Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Pulled in develop
Browse files Browse the repository at this point in the history
  • Loading branch information
achalpandey committed Oct 20, 2014
2 parents 20e71fe + 670acc2 commit bc750c1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.14.1</version>
<version>2.15</version>
<configuration>
<argLine>-Xmx4096m -Djava.awt.headless=true -XX:MaxPermSize=256m</argLine>
<redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
Expand Down Expand Up @@ -886,7 +886,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.14.1</version>
<version>2.15</version>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
Expand Down Expand Up @@ -1122,7 +1122,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.14.1</version>
<version>2.15</version>
<configuration>
<argLine>${argLine} -Xmx4096m -Djava.awt.headless=true -XX:MaxPermSize=256m</argLine>
</configuration>
Expand Down Expand Up @@ -1224,7 +1224,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.14.1</version>
<version>2.15</version>
</plugin>

<plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.14.1</version>
<version>2.15</version>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tigon-examples/deploy_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.14.1</version>
<version>2.15</version>
<configuration>
<argLine>-Xmx2048m</argLine>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion tigon-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.14.1</version>
<version>2.15</version>
<configuration>
<argLine>-Xmx2048m</argLine>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ public void addQuery(String outputName, String sql) {
}

public InputFlowletSpecification createInputFlowletSpec() {
Preconditions.checkArgument(sqlMap.size() > 0, "Must define at least one query.");
Preconditions.checkArgument(inputStreamSchemas.size() > 0, "Must define at least one stream schema.");
return new DefaultInputFlowletSpecification(name, description, inputStreamSchemas, sqlMap);
}

Expand Down
Binary file modified tigon-sql/src/main/resources/StreamLib_x64_linux.tar.gz
Binary file not shown.

0 comments on commit bc750c1

Please sign in to comment.