You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2018/06/27 21:31:54 UTC

[1/2] hive git commit: HIVE-19969: Dependency order (dirlist) assessment fails in yetus run (Adam Szita, reviewed by Peter Vary)

Repository: hive
Updated Branches:
  refs/heads/master-txnstats f8741886c -> 65afcadbe


HIVE-19969: Dependency order (dirlist) assessment fails in yetus run (Adam Szita, reviewed by Peter Vary)

Change-Id: I959c9f57a41e83367243b1217a3a375fe8256c12


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

Branch: refs/heads/master-txnstats
Commit: c7fe4ef4dd157b2155d521e56d5552fff3c54321
Parents: 966b83e
Author: Adam Szita <sz...@cloudera.com>
Authored: Wed Jun 27 11:18:56 2018 +0200
Committer: Adam Szita <sz...@cloudera.com>
Committed: Wed Jun 27 11:18:56 2018 +0200

----------------------------------------------------------------------
 standalone-metastore/pom.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/c7fe4ef4/standalone-metastore/pom.xml
----------------------------------------------------------------------
diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml
index 1e77285..67d8fb4 100644
--- a/standalone-metastore/pom.xml
+++ b/standalone-metastore/pom.xml
@@ -818,17 +818,17 @@
             <goals>
               <goal>exec</goal>
             </goals>
+            <configuration>
+              <executable>java</executable>
+              <arguments>
+                <argument>-classpath</argument>
+                <classpath/>
+                <argument>org.apache.hadoop.hive.metastore.conf.ConfTemplatePrinter</argument>
+                <argument>${project.build.directory}/generated-sources/conf/metastore-site.xml.template</argument>
+              </arguments>
+            </configuration>
           </execution>
         </executions>
-        <configuration>
-          <executable>java</executable>
-          <arguments>
-            <argument>-classpath</argument>
-            <classpath/>
-            <argument>org.apache.hadoop.hive.metastore.conf.ConfTemplatePrinter</argument>
-            <argument>${project.build.directory}/generated-sources/conf/metastore-site.xml.template</argument>
-          </arguments>
-        </configuration>
       </plugin>
       <plugin>
         <groupId>org.datanucleus</groupId>


[2/2] hive git commit: HIVE-19416 : merge master into branch (Sergey Shelukhin)

Posted by se...@apache.org.
HIVE-19416 : merge master into branch (Sergey Shelukhin)


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

Branch: refs/heads/master-txnstats
Commit: 65afcadbe0b06e56d365e3209e54f914f9385afe
Parents: f874188 c7fe4ef
Author: sergey <se...@apache.org>
Authored: Wed Jun 27 14:31:34 2018 -0700
Committer: sergey <se...@apache.org>
Committed: Wed Jun 27 14:31:34 2018 -0700

----------------------------------------------------------------------
 standalone-metastore/pom.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/65afcadb/standalone-metastore/pom.xml
----------------------------------------------------------------------