You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2023/03/24 12:32:30 UTC

[linkis] branch dev-1.3.2 updated: remove hadoop version from metadata query service (#4403)

This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a commit to branch dev-1.3.2
in repository https://gitbox.apache.org/repos/asf/linkis.git


The following commit(s) were added to refs/heads/dev-1.3.2 by this push:
     new c5164494e remove hadoop version from metadata query service (#4403)
c5164494e is described below

commit c5164494e7a837af92fec1ca7674908b13b11e51
Author: GuoPhilipse <46...@users.noreply.github.com>
AuthorDate: Fri Mar 24 20:32:23 2023 +0800

    remove hadoop version from metadata query service (#4403)
    
    Co-authored-by: gf13871 <gf...@ly.com>
---
 .../linkis-datasource/linkis-metadata-query/service/hive/pom.xml         | 1 -
 1 file changed, 1 deletion(-)

diff --git a/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/service/hive/pom.xml b/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/service/hive/pom.xml
index b0c9cdef3..771a90cdd 100644
--- a/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/service/hive/pom.xml
+++ b/linkis-public-enhancements/linkis-datasource/linkis-metadata-query/service/hive/pom.xml
@@ -26,7 +26,6 @@
   <artifactId>linkis-metadata-query-service-hive</artifactId>
 
   <properties>
-    <hadoop.version>2.7.2</hadoop.version>
     <datanucleus-api-jdo.version>4.2.4</datanucleus-api-jdo.version>
   </properties>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org