[11/50] [abbrv] hive git commit: HIVE-8931: Test TestAccumuloCliDriver is not completing (Josh Elser via Daniel Dai

2015-06-12 Thread sershe
HIVE-8931: Test TestAccumuloCliDriver is not completing (Josh Elser via Daniel 
Dai


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

Branch: refs/heads/llap
Commit: a80210434df182e410a851c7aa7d8cd5f1de6825
Parents: b099e5b
Author: Daniel Dai da...@hortonworks.com
Authored: Mon Jun 8 13:40:56 2015 -0700
Committer: Daniel Dai da...@hortonworks.com
Committed: Mon Jun 8 13:40:56 2015 -0700

--
 itests/pom.xml  |   1 +
 itests/qtest-accumulo/pom.xml   | 508 +++
 .../test/java/org/apache/hive/TestDummy.java|  31 ++
 itests/qtest/pom.xml|  41 --
 4 files changed, 540 insertions(+), 41 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hive/blob/a8021043/itests/pom.xml
--
diff --git a/itests/pom.xml b/itests/pom.xml
index 8321e00..f156cc4 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -38,6 +38,7 @@
moduleutil/module
moduletest-serde/module
moduleqtest/module
+   moduleqtest-accumulo/module
modulehive-jmh/module
   /modules
 

http://git-wip-us.apache.org/repos/asf/hive/blob/a8021043/itests/qtest-accumulo/pom.xml
--
diff --git a/itests/qtest-accumulo/pom.xml b/itests/qtest-accumulo/pom.xml
new file mode 100644
index 000..3298af3
--- /dev/null
+++ b/itests/qtest-accumulo/pom.xml
@@ -0,0 +1,508 @@
+?xml version=1.0 encoding=UTF-8?
+!--
+  Licensed under the Apache License, Version 2.0 (the License);
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an AS IS BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+--
+project xmlns=http://maven.apache.org/POM/4.0.0;
+ xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
+ xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
+  modelVersion4.0.0/modelVersion
+
+  parent
+groupIdorg.apache.hive/groupId
+artifactIdhive-it/artifactId
+version1.3.0-SNAPSHOT/version
+relativePath../pom.xml/relativePath
+  /parent
+
+  artifactIdhive-it-qfile-accumulo/artifactId
+  packagingjar/packaging
+  nameHive Integration - QFile Accumulo Tests/name
+
+  properties
+hive.path.to.root../../hive.path.to.root
+
+qfile/qfile
+qfile_regex/qfile_regex
+run_disabledfalse/run_disabled
+clustermode/clustermode
+!-- Profile activation clause for accumulo-tests will flip 
skip.accumulo.tests to false
+ as long as -DskipAccumuloTests is not specified --
+skip.accumulo.teststrue/skip.accumulo.tests
+accumulo-thrift.version0.9.0/accumulo-thrift.version
+  /properties
+
+  dependencies
+!-- dependencies are always listed in sorted order by groupId, artifectId 
--
+!-- test intra-project --
+dependency
+  groupIdorg.apache.hive/groupId
+  artifactIdhive-ant/artifactId
+  version${project.version}/version
+  scopetest/scope
+/dependency
+dependency
+  groupIdorg.apache.hive/groupId
+  artifactIdhive-common/artifactId
+  version${project.version}/version
+  scopetest/scope
+/dependency
+dependency
+  groupIdorg.apache.hive/groupId
+  artifactIdhive-contrib/artifactId
+  version${project.version}/version
+  scopetest/scope
+  exclusions
+exclusion
+  groupIdorg.apache.hive/groupId
+  artifactIdhive-exec/artifactId
+/exclusion
+  /exclusions
+/dependency
+dependency
+  groupIdorg.apache.hive/groupId
+  artifactIdhive-metastore/artifactId
+  version${project.version}/version
+  scopetest/scope
+/dependency
+dependency
+  groupIdorg.apache.hive/groupId
+  artifactIdhive-metastore/artifactId
+  version${project.version}/version
+  classifiertests/classifier
+  scopetest/scope
+/dependency
+dependency
+  groupIdorg.apache.hive/groupId
+  artifactIdhive-it-custom-serde/artifactId
+  version${project.version}/version
+  scopetest/scope
+/dependency
+dependency
+  groupIdorg.apache.hive/groupId
+  artifactIdhive-it-util/artifactId
+  version${project.version}/version
+  scopetest/scope
+  exclusions
+exclusion
+   

hive git commit: HIVE-8931: Test TestAccumuloCliDriver is not completing (Josh Elser via Daniel Dai)

2015-06-09 Thread daijy
Repository: hive
Updated Branches:
  refs/heads/branch-1.2 0be14eac8 - 658491e1f


HIVE-8931: Test TestAccumuloCliDriver is not completing (Josh Elser via Daniel 
Dai)


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

Branch: refs/heads/branch-1.2
Commit: 658491e1ff03535d8d676b6cf1a22df827233074
Parents: 0be14ea
Author: Daniel Dai da...@hortonworks.com
Authored: Tue Jun 9 14:53:18 2015 -0700
Committer: Daniel Dai da...@hortonworks.com
Committed: Tue Jun 9 14:53:18 2015 -0700

--
 itests/qtest-accumulo/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/hive/blob/658491e1/itests/qtest-accumulo/pom.xml
--
diff --git a/itests/qtest-accumulo/pom.xml b/itests/qtest-accumulo/pom.xml
index 3298af3..3477b5f 100644
--- a/itests/qtest-accumulo/pom.xml
+++ b/itests/qtest-accumulo/pom.xml
@@ -20,7 +20,7 @@
   parent
 groupIdorg.apache.hive/groupId
 artifactIdhive-it/artifactId
-version1.3.0-SNAPSHOT/version
+version1.2.0/version
 relativePath../pom.xml/relativePath
   /parent
 



hive git commit: HIVE-8931: Test TestAccumuloCliDriver is not completing (Josh Elser via Daniel Dai

2015-06-08 Thread daijy
Repository: hive
Updated Branches:
  refs/heads/branch-1.2 82335bf51 - 77b2c2000


HIVE-8931: Test TestAccumuloCliDriver is not completing (Josh Elser via Daniel 
Dai


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

Branch: refs/heads/branch-1.2
Commit: 77b2c20009a3b3ed195f157d00b7dc3e802eafc0
Parents: 82335bf
Author: Daniel Dai da...@hortonworks.com
Authored: Mon Jun 8 13:42:16 2015 -0700
Committer: Daniel Dai da...@hortonworks.com
Committed: Mon Jun 8 13:42:16 2015 -0700

--
 itests/pom.xml  |   1 +
 itests/qtest-accumulo/pom.xml   | 508 +++
 .../test/java/org/apache/hive/TestDummy.java|  31 ++
 itests/qtest/pom.xml|  41 --
 4 files changed, 540 insertions(+), 41 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hive/blob/77b2c200/itests/pom.xml
--
diff --git a/itests/pom.xml b/itests/pom.xml
index c505525..69435de 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -38,6 +38,7 @@
moduleutil/module
moduletest-serde/module
moduleqtest/module
+   moduleqtest-accumulo/module
modulehive-jmh/module
   /modules
 

http://git-wip-us.apache.org/repos/asf/hive/blob/77b2c200/itests/qtest-accumulo/pom.xml
--
diff --git a/itests/qtest-accumulo/pom.xml b/itests/qtest-accumulo/pom.xml
new file mode 100644
index 000..3298af3
--- /dev/null
+++ b/itests/qtest-accumulo/pom.xml
@@ -0,0 +1,508 @@
+?xml version=1.0 encoding=UTF-8?
+!--
+  Licensed under the Apache License, Version 2.0 (the License);
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an AS IS BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+--
+project xmlns=http://maven.apache.org/POM/4.0.0;
+ xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
+ xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
+  modelVersion4.0.0/modelVersion
+
+  parent
+groupIdorg.apache.hive/groupId
+artifactIdhive-it/artifactId
+version1.3.0-SNAPSHOT/version
+relativePath../pom.xml/relativePath
+  /parent
+
+  artifactIdhive-it-qfile-accumulo/artifactId
+  packagingjar/packaging
+  nameHive Integration - QFile Accumulo Tests/name
+
+  properties
+hive.path.to.root../../hive.path.to.root
+
+qfile/qfile
+qfile_regex/qfile_regex
+run_disabledfalse/run_disabled
+clustermode/clustermode
+!-- Profile activation clause for accumulo-tests will flip 
skip.accumulo.tests to false
+ as long as -DskipAccumuloTests is not specified --
+skip.accumulo.teststrue/skip.accumulo.tests
+accumulo-thrift.version0.9.0/accumulo-thrift.version
+  /properties
+
+  dependencies
+!-- dependencies are always listed in sorted order by groupId, artifectId 
--
+!-- test intra-project --
+dependency
+  groupIdorg.apache.hive/groupId
+  artifactIdhive-ant/artifactId
+  version${project.version}/version
+  scopetest/scope
+/dependency
+dependency
+  groupIdorg.apache.hive/groupId
+  artifactIdhive-common/artifactId
+  version${project.version}/version
+  scopetest/scope
+/dependency
+dependency
+  groupIdorg.apache.hive/groupId
+  artifactIdhive-contrib/artifactId
+  version${project.version}/version
+  scopetest/scope
+  exclusions
+exclusion
+  groupIdorg.apache.hive/groupId
+  artifactIdhive-exec/artifactId
+/exclusion
+  /exclusions
+/dependency
+dependency
+  groupIdorg.apache.hive/groupId
+  artifactIdhive-metastore/artifactId
+  version${project.version}/version
+  scopetest/scope
+/dependency
+dependency
+  groupIdorg.apache.hive/groupId
+  artifactIdhive-metastore/artifactId
+  version${project.version}/version
+  classifiertests/classifier
+  scopetest/scope
+/dependency
+dependency
+  groupIdorg.apache.hive/groupId
+  artifactIdhive-it-custom-serde/artifactId
+  version${project.version}/version
+  scopetest/scope
+/dependency
+dependency
+  groupIdorg.apache.hive/groupId
+  artifactIdhive-it-util/artifactId
+  

hive git commit: HIVE-8931: Test TestAccumuloCliDriver is not completing (Josh Elser via Daniel Dai

2015-06-08 Thread daijy
Repository: hive
Updated Branches:
  refs/heads/master b099e5b9c - a80210434


HIVE-8931: Test TestAccumuloCliDriver is not completing (Josh Elser via Daniel 
Dai


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

Branch: refs/heads/master
Commit: a80210434df182e410a851c7aa7d8cd5f1de6825
Parents: b099e5b
Author: Daniel Dai da...@hortonworks.com
Authored: Mon Jun 8 13:40:56 2015 -0700
Committer: Daniel Dai da...@hortonworks.com
Committed: Mon Jun 8 13:40:56 2015 -0700

--
 itests/pom.xml  |   1 +
 itests/qtest-accumulo/pom.xml   | 508 +++
 .../test/java/org/apache/hive/TestDummy.java|  31 ++
 itests/qtest/pom.xml|  41 --
 4 files changed, 540 insertions(+), 41 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hive/blob/a8021043/itests/pom.xml
--
diff --git a/itests/pom.xml b/itests/pom.xml
index 8321e00..f156cc4 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -38,6 +38,7 @@
moduleutil/module
moduletest-serde/module
moduleqtest/module
+   moduleqtest-accumulo/module
modulehive-jmh/module
   /modules
 

http://git-wip-us.apache.org/repos/asf/hive/blob/a8021043/itests/qtest-accumulo/pom.xml
--
diff --git a/itests/qtest-accumulo/pom.xml b/itests/qtest-accumulo/pom.xml
new file mode 100644
index 000..3298af3
--- /dev/null
+++ b/itests/qtest-accumulo/pom.xml
@@ -0,0 +1,508 @@
+?xml version=1.0 encoding=UTF-8?
+!--
+  Licensed under the Apache License, Version 2.0 (the License);
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an AS IS BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+--
+project xmlns=http://maven.apache.org/POM/4.0.0;
+ xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
+ xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
+  modelVersion4.0.0/modelVersion
+
+  parent
+groupIdorg.apache.hive/groupId
+artifactIdhive-it/artifactId
+version1.3.0-SNAPSHOT/version
+relativePath../pom.xml/relativePath
+  /parent
+
+  artifactIdhive-it-qfile-accumulo/artifactId
+  packagingjar/packaging
+  nameHive Integration - QFile Accumulo Tests/name
+
+  properties
+hive.path.to.root../../hive.path.to.root
+
+qfile/qfile
+qfile_regex/qfile_regex
+run_disabledfalse/run_disabled
+clustermode/clustermode
+!-- Profile activation clause for accumulo-tests will flip 
skip.accumulo.tests to false
+ as long as -DskipAccumuloTests is not specified --
+skip.accumulo.teststrue/skip.accumulo.tests
+accumulo-thrift.version0.9.0/accumulo-thrift.version
+  /properties
+
+  dependencies
+!-- dependencies are always listed in sorted order by groupId, artifectId 
--
+!-- test intra-project --
+dependency
+  groupIdorg.apache.hive/groupId
+  artifactIdhive-ant/artifactId
+  version${project.version}/version
+  scopetest/scope
+/dependency
+dependency
+  groupIdorg.apache.hive/groupId
+  artifactIdhive-common/artifactId
+  version${project.version}/version
+  scopetest/scope
+/dependency
+dependency
+  groupIdorg.apache.hive/groupId
+  artifactIdhive-contrib/artifactId
+  version${project.version}/version
+  scopetest/scope
+  exclusions
+exclusion
+  groupIdorg.apache.hive/groupId
+  artifactIdhive-exec/artifactId
+/exclusion
+  /exclusions
+/dependency
+dependency
+  groupIdorg.apache.hive/groupId
+  artifactIdhive-metastore/artifactId
+  version${project.version}/version
+  scopetest/scope
+/dependency
+dependency
+  groupIdorg.apache.hive/groupId
+  artifactIdhive-metastore/artifactId
+  version${project.version}/version
+  classifiertests/classifier
+  scopetest/scope
+/dependency
+dependency
+  groupIdorg.apache.hive/groupId
+  artifactIdhive-it-custom-serde/artifactId
+  version${project.version}/version
+  scopetest/scope
+/dependency
+dependency
+  groupIdorg.apache.hive/groupId
+  artifactIdhive-it-util/artifactId
+