Repository: hive
Updated Branches:
  refs/heads/master fd5f34fdd -> ea1173a54


HIVE-20904: Yetus fails to resolve module dependencies due to usage of exec 
plugin in metastore-server (Antal Sinkovits, reviewed by Adam Szita)


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

Branch: refs/heads/master
Commit: ea1173a54bb52c65c3332fa6c3f33f05e06a2136
Parents: fd5f34f
Author: Antal Sinkovits <asinkov...@cloudera.com>
Authored: Mon Nov 19 10:53:49 2018 +0100
Committer: Adam Szita <sz...@cloudera.com>
Committed: Mon Nov 19 10:55:27 2018 +0100

----------------------------------------------------------------------
 standalone-metastore/metastore-server/pom.xml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/ea1173a5/standalone-metastore/metastore-server/pom.xml
----------------------------------------------------------------------
diff --git a/standalone-metastore/metastore-server/pom.xml 
b/standalone-metastore/metastore-server/pom.xml
index 8dc74e6..45cbeff 100644
--- a/standalone-metastore/metastore-server/pom.xml
+++ b/standalone-metastore/metastore-server/pom.xml
@@ -620,16 +620,13 @@
           <execution>
             <phase>prepare-package</phase>
             <goals>
-              <goal>exec</goal>
+              <goal>java</goal>
             </goals>
           </execution>
         </executions>
         <configuration>
-          <executable>java</executable>
+          
<mainClass>org.apache.hadoop.hive.metastore.conf.ConfTemplatePrinter</mainClass>
           <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>

Reply via email to