[2/2] phoenix git commit: PHOENIX-2879 HivePhoenixStoreIT fails with timeout if JDK 1.7 used (Sergey Soldatov)

2016-05-05 Thread jamestaylor
PHOENIX-2879 HivePhoenixStoreIT fails with timeout if JDK 1.7 used (Sergey 
Soldatov)


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/966b0d53
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/966b0d53
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/966b0d53

Branch: refs/heads/4.x-HBase-0.98
Commit: 966b0d5399bb1918a8ef2f05e18b7b420899c240
Parents: effc1a9
Author: James Taylor 
Authored: Thu May 5 16:11:43 2016 -0700
Committer: James Taylor 
Committed: Thu May 5 17:25:35 2016 -0700

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/966b0d53/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 317ebed..d18c4a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -311,7 +311,7 @@
  ${numForkedIT}
  alphabetical
  false
- -enableassertions -Xmx2000m -XX:MaxPermSize=128m 
-Djava.security.egd=file:/dev/./urandom 
"-Djava.library.path=${hadoop.library.path}${path.separator}${java.library.path}"
+ -enableassertions -Xmx2000m -XX:MaxPermSize=256m 
-Djava.security.egd=file:/dev/./urandom 
"-Djava.library.path=${hadoop.library.path}${path.separator}${java.library.path}"
  
${test.output.tofile}
  
${basedir}/src/it/java
  
org.apache.phoenix.end2end.NeedsOwnMiniClusterTest



[2/2] phoenix git commit: PHOENIX-2879 HivePhoenixStoreIT fails with timeout if JDK 1.7 used (Sergey Soldatov)

2016-05-05 Thread jamestaylor
PHOENIX-2879 HivePhoenixStoreIT fails with timeout if JDK 1.7 used (Sergey 
Soldatov)


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/588a9ae1
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/588a9ae1
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/588a9ae1

Branch: refs/heads/4.x-HBase-1.1
Commit: 588a9ae187eb37d93c916afe24ca6f3d8aa7dfeb
Parents: d3f5e68
Author: James Taylor 
Authored: Thu May 5 16:11:43 2016 -0700
Committer: James Taylor 
Committed: Thu May 5 17:19:52 2016 -0700

--
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/588a9ae1/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 647c6e1..b966de2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -310,7 +310,7 @@
  ${numForkedIT}
  alphabetical
  false
- -enableassertions -Xmx2000m -XX:MaxPermSize=128m 
-Djava.security.egd=file:/dev/./urandom 
"-Djava.library.path=${hadoop.library.path}${path.separator}${java.library.path}"
+ -enableassertions -Xmx2000m -XX:MaxPermSize=256m 
-Djava.security.egd=file:/dev/./urandom 
"-Djava.library.path=${hadoop.library.path}${path.separator}${java.library.path}"
  
${test.output.tofile}
  
${basedir}/src/it/java
  
org.apache.phoenix.end2end.NeedsOwnMiniClusterTest