Jenkins build is back to normal : Phoenix | Master #859

2015-07-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/Phoenix-master/859/



Jenkins build is back to normal : Phoenix-4.x-HBase-1.0 #129

2015-07-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/Phoenix-4.x-HBase-1.0/129/



phoenix git commit: PHOENIX-2132 Pherf - Fix drop all command and execution from Eclipse/IDE

2015-07-24 Thread mujtaba
Repository: phoenix
Updated Branches:
  refs/heads/master b7cd7e505 - c65ef907f


PHOENIX-2132 Pherf - Fix drop all command and execution from Eclipse/IDE


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

Branch: refs/heads/master
Commit: c65ef907f4c2e8edbcc563e2fea3decca41c4fe9
Parents: b7cd7e5
Author: Mujtaba mujt...@apache.org
Authored: Fri Jul 24 11:18:52 2015 -0700
Committer: Mujtaba mujt...@apache.org
Committed: Fri Jul 24 11:18:52 2015 -0700

--
 phoenix-pherf/pom.xml   | 25 ++---
 .../apache/phoenix/pherf/util/PhoenixUtil.java  | 55 +++-
 2 files changed, 60 insertions(+), 20 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/c65ef907/phoenix-pherf/pom.xml
--
diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index 8343be0..e08670c 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -69,7 +69,6 @@
dependency
groupIdjunit/groupId
artifactIdjunit/artifactId
-   version4.11/version
scopetest/scope
/dependency
dependency
@@ -91,14 +90,12 @@
dependency
groupIdorg.apache.hbase/groupId
artifactIdhbase-testing-util/artifactId
-   version${hbase.version}/version
scopetest/scope
optionaltrue/optional
/dependency
dependency
groupIdorg.apache.hbase/groupId
artifactIdhbase-it/artifactId
-   version${hbase.version}/version
typetest-jar/type
scopetest/scope
/dependency
@@ -109,6 +106,12 @@
resource
directorysrc/main/resources/directory
/resource
+   resource
+   directoryconfig/directory
+   includes
+   include**/*.properties/include
+   /includes
+   /resource
/resources
testResources
testResource
@@ -129,13 +132,11 @@
/plugin
plugin
artifactIdmaven-dependency-plugin/artifactId
-   
version${maven-dependency-plugin.version}/version
/plugin
 
plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-compiler-plugin/artifactId
-   version3.1/version
configuration
source1.7/source
target1.7/target
@@ -177,17 +178,27 @@
/goals
configuration
descriptors
-   !-- Produces 
minimal Pherf jar --
+   !-- Produces 
minimal Pherf jar --

descriptorsrc/main/assembly/minimal.xml/descriptor
!-- Produces 
standalone zip that bundles all required dependencies --

descriptorsrc/main/assembly/standalone.xml/descriptor
-   !-- Produces 
cluster zip with minimal Pherf jar. Setting HBase classpath in env.sh is 
required for this configuration -- 
 
+   !-- Produces 
cluster zip with minimal Pherf jar. Setting HBase classpath 
+   in 
env.sh is required for this configuration --

descriptorsrc/main/assembly/cluster.xml/descriptor
/descriptors
/configuration

phoenix git commit: PHOENIX-2132 Pherf - Fix drop all command and execution from Eclipse/IDE

2015-07-24 Thread mujtaba
Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.0 083998f15 - d2c650a9c


PHOENIX-2132 Pherf - Fix drop all command and execution from Eclipse/IDE


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

Branch: refs/heads/4.x-HBase-1.0
Commit: d2c650a9ca46f6ae3907ffba88ab97e37f050de5
Parents: 083998f
Author: Mujtaba mujt...@apache.org
Authored: Fri Jul 24 11:18:10 2015 -0700
Committer: Mujtaba mujt...@apache.org
Committed: Fri Jul 24 11:18:10 2015 -0700

--
 phoenix-pherf/pom.xml   | 25 ++---
 .../apache/phoenix/pherf/util/PhoenixUtil.java  | 55 +++-
 2 files changed, 60 insertions(+), 20 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/d2c650a9/phoenix-pherf/pom.xml
--
diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index b4eb045..bc474c6 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -69,7 +69,6 @@
dependency
groupIdjunit/groupId
artifactIdjunit/artifactId
-   version4.11/version
scopetest/scope
/dependency
dependency
@@ -91,14 +90,12 @@
dependency
groupIdorg.apache.hbase/groupId
artifactIdhbase-testing-util/artifactId
-   version${hbase.version}/version
scopetest/scope
optionaltrue/optional
/dependency
dependency
groupIdorg.apache.hbase/groupId
artifactIdhbase-it/artifactId
-   version${hbase.version}/version
typetest-jar/type
scopetest/scope
/dependency
@@ -109,6 +106,12 @@
resource
directorysrc/main/resources/directory
/resource
+   resource
+   directoryconfig/directory
+   includes
+   include**/*.properties/include
+   /includes
+   /resource
/resources
testResources
testResource
@@ -129,13 +132,11 @@
/plugin
plugin
artifactIdmaven-dependency-plugin/artifactId
-   
version${maven-dependency-plugin.version}/version
/plugin
 
plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-compiler-plugin/artifactId
-   version3.1/version
configuration
source1.7/source
target1.7/target
@@ -177,17 +178,27 @@
/goals
configuration
descriptors
-   !-- Produces 
minimal Pherf jar --
+   !-- Produces 
minimal Pherf jar --

descriptorsrc/main/assembly/minimal.xml/descriptor
!-- Produces 
standalone zip that bundles all required dependencies --

descriptorsrc/main/assembly/standalone.xml/descriptor
-   !-- Produces 
cluster zip with minimal Pherf jar. Setting HBase classpath in env.sh is 
required for this configuration -- 
 
+   !-- Produces 
cluster zip with minimal Pherf jar. Setting HBase classpath 
+   in 
env.sh is required for this configuration --

descriptorsrc/main/assembly/cluster.xml/descriptor
/descriptors
/configuration
  

phoenix git commit: PHOENIX-2132 Pherf - Fix drop all command and execution from Eclipse/IDE

2015-07-24 Thread mujtaba
Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 26ba0159e - 07d6d8636


PHOENIX-2132 Pherf - Fix drop all command and execution from Eclipse/IDE


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

Branch: refs/heads/4.x-HBase-0.98
Commit: 07d6d8636e3c6c7ac5e5e72ccc1333c0077b9116
Parents: 26ba015
Author: Mujtaba mujt...@apache.org
Authored: Fri Jul 24 11:17:03 2015 -0700
Committer: Mujtaba mujt...@apache.org
Committed: Fri Jul 24 11:17:03 2015 -0700

--
 phoenix-pherf/pom.xml   | 25 ++---
 .../apache/phoenix/pherf/util/PhoenixUtil.java  | 55 +++-
 2 files changed, 60 insertions(+), 20 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/07d6d863/phoenix-pherf/pom.xml
--
diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index a8c2979..6824b1f 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -69,7 +69,6 @@
dependency
groupIdjunit/groupId
artifactIdjunit/artifactId
-   version4.11/version
scopetest/scope
/dependency
dependency
@@ -91,14 +90,12 @@
dependency
groupIdorg.apache.hbase/groupId
artifactIdhbase-testing-util/artifactId
-   version${hbase.version}/version
scopetest/scope
optionaltrue/optional
/dependency
dependency
groupIdorg.apache.hbase/groupId
artifactIdhbase-it/artifactId
-   version${hbase.version}/version
typetest-jar/type
scopetest/scope
/dependency
@@ -109,6 +106,12 @@
resource
directorysrc/main/resources/directory
/resource
+   resource
+   directoryconfig/directory
+   includes
+   include**/*.properties/include
+   /includes
+   /resource
/resources
testResources
testResource
@@ -129,13 +132,11 @@
/plugin
plugin
artifactIdmaven-dependency-plugin/artifactId
-   
version${maven-dependency-plugin.version}/version
/plugin
 
plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-compiler-plugin/artifactId
-   version3.1/version
configuration
source1.7/source
target1.7/target
@@ -177,17 +178,27 @@
/goals
configuration
descriptors
-   !-- Produces 
minimal Pherf jar --
+   !-- Produces 
minimal Pherf jar --

descriptorsrc/main/assembly/minimal.xml/descriptor
!-- Produces 
standalone zip that bundles all required dependencies --

descriptorsrc/main/assembly/standalone.xml/descriptor
-   !-- Produces 
cluster zip with minimal Pherf jar. Setting HBase classpath in env.sh is 
required for this configuration -- 
 
+   !-- Produces 
cluster zip with minimal Pherf jar. Setting HBase classpath 
+   in 
env.sh is required for this configuration --

descriptorsrc/main/assembly/cluster.xml/descriptor
/descriptors
/configuration

Build failed in Jenkins: Phoenix-4.x-HBase-1.0 #126

2015-07-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/Phoenix-4.x-HBase-1.0/126/changes

Changes:

[mujtaba] PHOENIX-2132 Pherf - Fix drop all command and execution from 
Eclipse/IDE

--
[...truncated 112646 lines...]
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.apache.phoenix.schema.PCharPadTest
Running org.apache.phoenix.schema.SortOrderTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.apache.phoenix.schema.SortOrderTest
Running org.apache.phoenix.schema.SaltingUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.phoenix.schema.SaltingUtilTest
Running org.apache.phoenix.schema.RowKeySchemaTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in 
org.apache.phoenix.schema.RowKeySchemaTest
Running org.apache.phoenix.schema.SequenceAllocationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.phoenix.schema.SequenceAllocationTest
Running org.apache.phoenix.schema.SchemaUtilTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.apache.phoenix.schema.SchemaUtilTest
Running org.apache.phoenix.schema.types.PVarcharArrayToStringTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in 
org.apache.phoenix.schema.types.PVarcharArrayToStringTest
Running org.apache.phoenix.schema.types.PrimitiveFloatPhoenixArrayToStringTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.apache.phoenix.schema.types.PrimitiveFloatPhoenixArrayToStringTest
Running org.apache.phoenix.schema.types.PrimitiveLongPhoenixArrayToStringTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.apache.phoenix.schema.types.PrimitiveLongPhoenixArrayToStringTest
Running org.apache.phoenix.schema.types.PrimitiveDoublePhoenixArrayToStringTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.apache.phoenix.schema.types.PrimitiveDoublePhoenixArrayToStringTest
Running org.apache.phoenix.schema.types.PrimitiveIntPhoenixArrayToStringTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.apache.phoenix.schema.types.PrimitiveIntPhoenixArrayToStringTest
Running org.apache.phoenix.schema.types.PrimitiveShortPhoenixArrayToStringTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.apache.phoenix.schema.types.PrimitiveShortPhoenixArrayToStringTest
Running org.apache.phoenix.schema.types.PrimitiveBooleanPhoenixArrayToStringTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in 
org.apache.phoenix.schema.types.PrimitiveBooleanPhoenixArrayToStringTest
Running org.apache.phoenix.schema.types.PrimitiveBytePhoenixArrayToStringTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.phoenix.schema.types.PrimitiveBytePhoenixArrayToStringTest
Running org.apache.phoenix.schema.types.PDateArrayToStringTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in 
org.apache.phoenix.schema.types.PDateArrayToStringTest
Running org.apache.phoenix.schema.types.PDataTypeTest
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in 
org.apache.phoenix.schema.types.PDataTypeTest
Running org.apache.phoenix.schema.types.PDataTypeForArraysTest
Tests run: 67, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in 
org.apache.phoenix.schema.types.PDataTypeForArraysTest
Running org.apache.phoenix.expression.function.InstrFunctionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.phoenix.expression.function.InstrFunctionTest
Running org.apache.phoenix.expression.function.ExternalSqlTypeIdFunctionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.phoenix.expression.function.ExternalSqlTypeIdFunctionTest
Running org.apache.phoenix.expression.SqrtFunctionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in 
org.apache.phoenix.expression.SqrtFunctionTest
Running org.apache.phoenix.expression.SignFunctionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in 
org.apache.phoenix.expression.SignFunctionTest
Running org.apache.phoenix.expression.ExpFunctionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in 
org.apache.phoenix.expression.ExpFunctionTest
Running org.apache.phoenix.expression.RoundFloorCeilExpressionsTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.872 sec - in 
org.apache.phoenix.expression.RoundFloorCeilExpressionsTest
Running org.apache.phoenix.expression.CbrtFunctionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in 
org.apache.phoenix.expression.CbrtFunctionTest
Running 

phoenix git commit: PHOENIX 2132 Minor addendum to fix RAT warning

2015-07-24 Thread mujtaba
Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.0 d2c650a9c - 19820bd79


PHOENIX 2132 Minor addendum to fix RAT warning


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

Branch: refs/heads/4.x-HBase-1.0
Commit: 19820bd799e0066f063a7b0a2c32862c738e0bb0
Parents: d2c650a
Author: Mujtaba mujt...@apache.org
Authored: Fri Jul 24 11:55:23 2015 -0700
Committer: Mujtaba mujt...@apache.org
Committed: Fri Jul 24 11:55:23 2015 -0700

--
 phoenix-pherf/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/19820bd7/phoenix-pherf/pom.xml
--
diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index bc474c6..281c771 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -195,7 +195,8 @@
artifactIdapache-rat-plugin/artifactId
configuration
excludes
-   excludeRESULTS/**/exclude
+   exclude*/RESULTS/**/exclude
+   excludeREADME.md/exclude
/excludes
/configuration
/plugin



phoenix git commit: PHOENIX 2132 Minor addendum to fix RAT warning

2015-07-24 Thread mujtaba
Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 07d6d8636 - 8720caae6


PHOENIX 2132 Minor addendum to fix RAT warning


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

Branch: refs/heads/4.x-HBase-0.98
Commit: 8720caae69652300854f67ec5dd30e5e6a24fc53
Parents: 07d6d86
Author: Mujtaba mujt...@apache.org
Authored: Fri Jul 24 11:53:25 2015 -0700
Committer: Mujtaba mujt...@apache.org
Committed: Fri Jul 24 11:53:25 2015 -0700

--
 phoenix-pherf/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/8720caae/phoenix-pherf/pom.xml
--
diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index 6824b1f..68a8905 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -195,7 +195,8 @@
artifactIdapache-rat-plugin/artifactId
configuration
excludes
-   excludeRESULTS/**/exclude
+   exclude*/RESULTS/**/exclude
+   excludeREADME.md/exclude
/excludes
/configuration
/plugin



Build failed in Jenkins: Phoenix-4.x-HBase-1.0 #128

2015-07-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/Phoenix-4.x-HBase-1.0/128/changes

Changes:

[mujtaba] PHOENIX 2132 Minor addendum to fix RAT warning

--
[...truncated 115272 lines...]
[ERROR] Main.java[203] (indentation) Indentation: try child at indentation 
level 6 not at correct indentation, 12
[ERROR] Main.java[204] (indentation) Indentation: try child at indentation 
level 6 not at correct indentation, 12
[ERROR] Main.java[205] (indentation) Indentation: try child at indentation 
level 6 not at correct indentation, 12
[ERROR] Main.java[206] (indentation) Indentation: method call child at 
indentation level 6 not at correct indentation, 12
[ERROR] Main.java[206] (indentation) Indentation: try child at indentation 
level 6 not at correct indentation, 12
[ERROR] Main.java[207] (indentation) Indentation: method call child at 
indentation level 6 not at correct indentation, 12
[ERROR] Main.java[207] (indentation) Indentation: try child at indentation 
level 6 not at correct indentation, 12
[ERROR] Main.java[208] (indentation) Indentation: method call child at 
indentation level 6 not at correct indentation, 12
[ERROR] Main.java[208] (indentation) Indentation: try child at indentation 
level 6 not at correct indentation, 12
[ERROR] Main.java[209] (indentation) Indentation: try child at indentation 
level 6 not at correct indentation, 12
[ERROR] Main.java[210] (indentation) Indentation: try rcurly at indentation 
level 4 not at correct indentation, 8
[ERROR] Main.java[211] (indentation) Indentation: catch child at indentation 
level 6 not at correct indentation, 12
[ERROR] Main.java[211] (indentation) Indentation: method call child at 
indentation level 6 not at correct indentation, 12
[ERROR] Main.java[212] (indentation) Indentation: catch child at indentation 
level 6 not at correct indentation, 12
[ERROR] Main.java[213] (indentation) Indentation: catch child at indentation 
level 6 not at correct indentation, 12
[ERROR] Main.java[214] (indentation) Indentation: catch rcurly at indentation 
level 4 not at correct indentation, 8
[ERROR] Main.java[215] (indentation) Indentation: method def rcurly at 
indentation level 2 not at correct indentation, 4
[ERROR] Main.java[217] (indentation) Indentation: method def modifier at 
indentation level 2 not at correct indentation, 4
[ERROR] Main.java[218] (indentation) Indentation: try at indentation level 4 
not at correct indentation, 8
[ERROR] Main.java[219] (indentation) Indentation: try child at indentation 
level 6 not at correct indentation, 12
[ERROR] Main.java[220] (indentation) Indentation: try rcurly at indentation 
level 4 not at correct indentation, 8
[ERROR] Main.java[222] (indentation) Indentation: catch rcurly at indentation 
level 4 not at correct indentation, 8
[ERROR] Main.java[223] (indentation) Indentation: method def rcurly at 
indentation level 2 not at correct indentation, 4
[ERROR] Main.java[225] (indentation) Indentation: method def modifier at 
indentation level 2 not at correct indentation, 4
[ERROR] Main.java[226] (indentation) Indentation: method def child at 
indentation level 4 not at correct indentation, 8
[ERROR] Main.java[227] (indentation) Indentation: method call child at 
indentation level 4 not at correct indentation, 8
[ERROR] Main.java[227] (indentation) Indentation: method def child at 
indentation level 4 not at correct indentation, 8
[ERROR] Main.java[228] (indentation) Indentation: method def rcurly at 
indentation level 2 not at correct indentation, 4
[WARNING] checkstyle:check violations detected but failOnViolation set to false
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-test-source (add-test-source) @ 
phoenix-server ---
[INFO] Test Source directory: 
https://builds.apache.org/job/Phoenix-4.x-HBase-1.0/ws/phoenix-server/src/it/java
 added.
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-test-resource 
(add-test-resource) @ phoenix-server ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ phoenix-server 
---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
phoenix-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
https://builds.apache.org/job/Phoenix-4.x-HBase-1.0/ws/phoenix-server/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ phoenix-server 
---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to 
https://builds.apache.org/job/Phoenix-4.x-HBase-1.0/ws/phoenix-server/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
phoenix-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
https://builds.apache.org/job/Phoenix-4.x-HBase-1.0/ws/phoenix-server/src/test/resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- 

phoenix git commit: PHOENIX 2132 Minor addendum to fix RAT warning

2015-07-24 Thread mujtaba
Repository: phoenix
Updated Branches:
  refs/heads/master c65ef907f - ce8980553


PHOENIX 2132 Minor addendum to fix RAT warning


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

Branch: refs/heads/master
Commit: ce89805535664a63b0df6c633d2ad0def5679250
Parents: c65ef90
Author: Mujtaba mujt...@apache.org
Authored: Fri Jul 24 11:55:45 2015 -0700
Committer: Mujtaba mujt...@apache.org
Committed: Fri Jul 24 11:55:45 2015 -0700

--
 phoenix-pherf/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/phoenix/blob/ce898055/phoenix-pherf/pom.xml
--
diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index e08670c..b734e4d 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -195,7 +195,8 @@
artifactIdapache-rat-plugin/artifactId
configuration
excludes
-   excludeRESULTS/**/exclude
+   exclude*/RESULTS/**/exclude
+   excludeREADME.md/exclude
/excludes
/configuration
/plugin



Build failed in Jenkins: Phoenix | Master #858

2015-07-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/Phoenix-master/858/changes

Changes:

[mujtaba] PHOENIX 2132 Minor addendum to fix RAT warning

--
[...truncated 121411 lines...]
[ERROR] PhoenixMetaFactoryImpl.java[74] (indentation) Indentation: catch rcurly 
at indentation level 4 not at correct indentation, 8
[ERROR] PhoenixMetaFactoryImpl.java[75] (indentation) Indentation: method def 
rcurly at indentation level 2 not at correct indentation, 4
[ERROR] PhoenixMetaFactory.java[2] (header) Header: Line does not match 
expected header line of ' * Licensed to the Apache Software Foundation (ASF) 
under one or more'.
[WARNING] checkstyle:check violations detected but failOnViolation set to false
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-test-source (add-test-source) @ 
phoenix-server ---
[INFO] Test Source directory: 
https://builds.apache.org/job/Phoenix-master/ws/phoenix-server/src/it/java 
added.
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-test-resource 
(add-test-resource) @ phoenix-server ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ phoenix-server 
---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
phoenix-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
https://builds.apache.org/job/Phoenix-master/ws/phoenix-server/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ phoenix-server 
---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to 
https://builds.apache.org/job/Phoenix-master/ws/phoenix-server/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
phoenix-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
https://builds.apache.org/job/Phoenix-master/ws/phoenix-server/src/test/resources
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ 
phoenix-server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to 
https://builds.apache.org/job/Phoenix-master/ws/phoenix-server/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.18:test (default-test) @ phoenix-server ---
[INFO] Surefire report directory: 
https://builds.apache.org/job/Phoenix-master/ws/phoenix-server/target/surefire-reports

---
 T E S T S
---
Running org.apache.phoenix.DriverCohabitationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 sec - in 
org.apache.phoenix.DriverCohabitationTest

Results :




Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ 
phoenix-server ---
[INFO] Building jar: 
https://builds.apache.org/job/Phoenix-master/858/artifact/phoenix-server/target/phoenix-server-4.5.0-HBase-1.1-sources.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ phoenix-server ---
[INFO] Building jar: 
https://builds.apache.org/job/Phoenix-master/858/artifact/phoenix-server/target/phoenix-server-4.5.0-HBase-1.1-tests.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ phoenix-server ---
[INFO] Building jar: 
https://builds.apache.org/job/Phoenix-master/858/artifact/phoenix-server/target/phoenix-server-4.5.0-HBase-1.1.jar
[INFO] 
[INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ 
phoenix-server ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.5.2:single (runnable) @ phoenix-server ---
[INFO] Reading assembly descriptor: src/build/query-server-runnable.xml
[INFO] Building jar: 
https://builds.apache.org/job/Phoenix-master/858/artifact/phoenix-server/target/phoenix-server-4.5.0-HBase-1.1-runnable.jar
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18:integration-test (ClientManagedTimeTests) 
@ phoenix-server ---
[INFO] Failsafe report directory: 
https://builds.apache.org/job/Phoenix-master/ws/phoenix-server/target/failsafe-reports
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, 
useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, 
threadCountMethods=0, parallelOptimized=true

---
 T E S T S
---

Results :




Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.18:integration-test (HBaseManagedTimeTests) 
@ phoenix-server ---
[INFO] Failsafe report directory: 
https://builds.apache.org/job/Phoenix-master/ws/phoenix-server/target/failsafe-reports
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, 
useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, 
threadCountMethods=0,