You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sn...@apache.org on 2014/11/08 21:26:16 UTC

incubator-argus git commit: ARGUS-171: removed all jar files from the repo - used maven to download during build

Repository: incubator-argus
Updated Branches:
  refs/heads/master 38fc24cd5 -> e0fe4865f


ARGUS-171: removed all jar files from the repo - used maven to download during build


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

Branch: refs/heads/master
Commit: e0fe4865f103c591b727865536659c6e4755dc66
Parents: 38fc24c
Author: sneethiraj <sn...@apache.org>
Authored: Sat Nov 8 15:24:45 2014 -0500
Committer: sneethiraj <sn...@apache.org>
Committed: Sat Nov 8 15:24:45 2014 -0500

----------------------------------------------------------------------
 agents-impl/pom.xml                             |   8 --------
 embededwebserver/lib/ecj-P20140317-1600.jar     | Bin 2272697 -> 0 bytes
 embededwebserver/pom.xml                        |   5 +++++
 hive-agent/pom.xml                              |   8 --------
 knox-agent/pom.xml                              |  15 +++------------
 lib/local/gateway-spi-0.5.0-SNAPSHOT.jar        | Bin 87661 -> 0 bytes
 .../gateway-util-urltemplate-0.5.0-SNAPSHOT.jar | Bin 57106 -> 0 bytes
 .../hive-common-0.14.0-SNAPSHOT.jar             | Bin 231592 -> 0 bytes
 .../hive-exec-0.14.0-SNAPSHOT.jar               | Bin 17378391 -> 0 bytes
 .../hive-metastore-0.14.0-SNAPSHOT.jar          | Bin 5112385 -> 0 bytes
 .../hive-service-0.14.0-SNAPSHOT.jar            | Bin 1870696 -> 0 bytes
 pom.xml                                         |   2 +-
 src/main/assembly/admin-web.xml                 |   3 +++
 13 files changed, 12 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/e0fe4865/agents-impl/pom.xml
----------------------------------------------------------------------
diff --git a/agents-impl/pom.xml b/agents-impl/pom.xml
index 4f38594..13fa42a 100644
--- a/agents-impl/pom.xml
+++ b/agents-impl/pom.xml
@@ -66,29 +66,21 @@
 	  <groupId>org.apache.hive</groupId>
 	  <artifactId>hive-common</artifactId>
 	  <version>${hive.version}</version>
-      <scope>system</scope>
-      <systemPath>${local.lib.dir}/hive-0.14.0-SNAPSHOT/hive-common-0.14.0-SNAPSHOT.jar</systemPath>
     </dependency>
     <dependency>
 	  <groupId>org.apache.hive</groupId>
 	  <artifactId>hive-service</artifactId>
 	  <version>${hive.version}</version>
-        <scope>system</scope>
-      <systemPath>${local.lib.dir}/hive-0.14.0-SNAPSHOT/hive-service-0.14.0-SNAPSHOT.jar</systemPath>
     </dependency>
     <dependency>
 	  <groupId>org.apache.hive</groupId>
 	  <artifactId>hive-exec</artifactId>
 	  <version>${hive.version}</version>
-        <scope>system</scope>
-      <systemPath>${local.lib.dir}/hive-0.14.0-SNAPSHOT/hive-exec-0.14.0-SNAPSHOT.jar</systemPath>
     </dependency>
     <dependency>
 	  <groupId>org.apache.hive</groupId>
 	  <artifactId>hive-metastore</artifactId>
 	  <version>${hive.version}</version>
-        <scope>system</scope>
-      <systemPath>${local.lib.dir}/hive-0.14.0-SNAPSHOT/hive-metastore-0.14.0-SNAPSHOT.jar</systemPath>
     </dependency>
     <dependency>
       <groupId>security_plugins.ranger-plugins-audit</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/e0fe4865/embededwebserver/lib/ecj-P20140317-1600.jar
----------------------------------------------------------------------
diff --git a/embededwebserver/lib/ecj-P20140317-1600.jar b/embededwebserver/lib/ecj-P20140317-1600.jar
deleted file mode 100644
index 1285def..0000000
Binary files a/embededwebserver/lib/ecj-P20140317-1600.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/e0fe4865/embededwebserver/pom.xml
----------------------------------------------------------------------
diff --git a/embededwebserver/pom.xml b/embededwebserver/pom.xml
index f686372..b099ad5 100644
--- a/embededwebserver/pom.xml
+++ b/embededwebserver/pom.xml
@@ -59,5 +59,10 @@
 	<artifactId>tomcat-embed-websocket</artifactId>
 	<version>${tomcat.embed.version}</version>
     </dependency>
+    <dependency>
+        <groupId>org.eclipse.jdt.core.compiler</groupId>
+        <artifactId>ecj</artifactId>
+        <version>P20140317-1600</version>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/e0fe4865/hive-agent/pom.xml
----------------------------------------------------------------------
diff --git a/hive-agent/pom.xml b/hive-agent/pom.xml
index 86abfa8..89ca596 100644
--- a/hive-agent/pom.xml
+++ b/hive-agent/pom.xml
@@ -36,29 +36,21 @@
 	  <groupId>org.apache.hive</groupId>
 	  <artifactId>hive-common</artifactId>
 	  <version>${hive.version}</version>
-      <scope>system</scope>
-      <systemPath>${local.lib.dir}/hive-0.14.0-SNAPSHOT/hive-common-0.14.0-SNAPSHOT.jar</systemPath>
     </dependency>
     <dependency>
 	  <groupId>org.apache.hive</groupId>
 	  <artifactId>hive-service</artifactId>
 	  <version>${hive.version}</version>
-        <scope>system</scope>
-      <systemPath>${local.lib.dir}/hive-0.14.0-SNAPSHOT/hive-service-0.14.0-SNAPSHOT.jar</systemPath>
     </dependency>
     <dependency>
 	  <groupId>org.apache.hive</groupId>
 	  <artifactId>hive-exec</artifactId>
 	  <version>${hive.version}</version>
-        <scope>system</scope>
-      <systemPath>${local.lib.dir}/hive-0.14.0-SNAPSHOT/hive-exec-0.14.0-SNAPSHOT.jar</systemPath>
     </dependency>
     <dependency>
 	  <groupId>org.apache.hive</groupId>
 	  <artifactId>hive-metastore</artifactId>
 	  <version>${hive.version}</version>
-        <scope>system</scope>
-      <systemPath>${local.lib.dir}/hive-0.14.0-SNAPSHOT/hive-metastore-0.14.0-SNAPSHOT.jar</systemPath>
     </dependency>
     <dependency>
 	  <groupId>org.apache.hadoop</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/e0fe4865/knox-agent/pom.xml
----------------------------------------------------------------------
diff --git a/knox-agent/pom.xml b/knox-agent/pom.xml
index aae7877..8e4cdb7 100644
--- a/knox-agent/pom.xml
+++ b/knox-agent/pom.xml
@@ -33,18 +33,9 @@
   </parent>
   <dependencies>
     <dependency>
-	<groupId>org.apache.hadoop.gateway</groupId>
-	<artifactId>gateway-site</artifactId>
-	<version>${knox.gateway.version}</version>
-        <scope>system</scope>
-        <systemPath>${local.lib.dir}/gateway-spi-0.5.0-SNAPSHOT.jar</systemPath>
-    </dependency>
-    <dependency>
-	<groupId>org.apache.hadoop.gateway</groupId>
-	<artifactId>gateway-site-util</artifactId>
-	<version>${knox.gateway.version}</version>
-        <scope>system</scope>
-        <systemPath>${local.lib.dir}/gateway-util-urltemplate-0.5.0-SNAPSHOT.jar</systemPath>
+	<groupId>org.apache.knox</groupId>
+	<artifactId>gateway-spi</artifactId>
+    <version>0.5.0</version>
     </dependency>
     <dependency>
 	<groupId>javax.servlet</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/e0fe4865/lib/local/gateway-spi-0.5.0-SNAPSHOT.jar
----------------------------------------------------------------------
diff --git a/lib/local/gateway-spi-0.5.0-SNAPSHOT.jar b/lib/local/gateway-spi-0.5.0-SNAPSHOT.jar
deleted file mode 100644
index e520363..0000000
Binary files a/lib/local/gateway-spi-0.5.0-SNAPSHOT.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/e0fe4865/lib/local/gateway-util-urltemplate-0.5.0-SNAPSHOT.jar
----------------------------------------------------------------------
diff --git a/lib/local/gateway-util-urltemplate-0.5.0-SNAPSHOT.jar b/lib/local/gateway-util-urltemplate-0.5.0-SNAPSHOT.jar
deleted file mode 100644
index 2cec3c0..0000000
Binary files a/lib/local/gateway-util-urltemplate-0.5.0-SNAPSHOT.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/e0fe4865/lib/local/hive-0.14.0-SNAPSHOT/hive-common-0.14.0-SNAPSHOT.jar
----------------------------------------------------------------------
diff --git a/lib/local/hive-0.14.0-SNAPSHOT/hive-common-0.14.0-SNAPSHOT.jar b/lib/local/hive-0.14.0-SNAPSHOT/hive-common-0.14.0-SNAPSHOT.jar
deleted file mode 100644
index 67fc741..0000000
Binary files a/lib/local/hive-0.14.0-SNAPSHOT/hive-common-0.14.0-SNAPSHOT.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/e0fe4865/lib/local/hive-0.14.0-SNAPSHOT/hive-exec-0.14.0-SNAPSHOT.jar
----------------------------------------------------------------------
diff --git a/lib/local/hive-0.14.0-SNAPSHOT/hive-exec-0.14.0-SNAPSHOT.jar b/lib/local/hive-0.14.0-SNAPSHOT/hive-exec-0.14.0-SNAPSHOT.jar
deleted file mode 100644
index e89dcc5..0000000
Binary files a/lib/local/hive-0.14.0-SNAPSHOT/hive-exec-0.14.0-SNAPSHOT.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/e0fe4865/lib/local/hive-0.14.0-SNAPSHOT/hive-metastore-0.14.0-SNAPSHOT.jar
----------------------------------------------------------------------
diff --git a/lib/local/hive-0.14.0-SNAPSHOT/hive-metastore-0.14.0-SNAPSHOT.jar b/lib/local/hive-0.14.0-SNAPSHOT/hive-metastore-0.14.0-SNAPSHOT.jar
deleted file mode 100644
index 0cbea39..0000000
Binary files a/lib/local/hive-0.14.0-SNAPSHOT/hive-metastore-0.14.0-SNAPSHOT.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/e0fe4865/lib/local/hive-0.14.0-SNAPSHOT/hive-service-0.14.0-SNAPSHOT.jar
----------------------------------------------------------------------
diff --git a/lib/local/hive-0.14.0-SNAPSHOT/hive-service-0.14.0-SNAPSHOT.jar b/lib/local/hive-0.14.0-SNAPSHOT/hive-service-0.14.0-SNAPSHOT.jar
deleted file mode 100644
index 83e2f7c..0000000
Binary files a/lib/local/hive-0.14.0-SNAPSHOT/hive-service-0.14.0-SNAPSHOT.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/e0fe4865/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3fce847..6b4affd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
 		<hadoop.version>3.0.0-SNAPSHOT</hadoop.version>
 		<hamcrest.all.version>1.3</hamcrest.all.version>
 		<hbase.version>0.99.2-SNAPSHOT</hbase.version>
-		<hive.version>0.13.0</hive.version>
+		<hive.version>0.14.0-SNAPSHOT</hive.version>
 		<javassist.version>3.12.1.GA</javassist.version>
 		<javax.persistence.version>2.1.0</javax.persistence.version>
 		<javax.servlet.version>3.1.0</javax.servlet.version>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/e0fe4865/src/main/assembly/admin-web.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/admin-web.xml b/src/main/assembly/admin-web.xml
index 87e4b34..6eb417b 100644
--- a/src/main/assembly/admin-web.xml
+++ b/src/main/assembly/admin-web.xml
@@ -59,6 +59,7 @@
                 <outputDirectory>/ews/lib</outputDirectory>
                 <includes>
                     <include>org.apache.tomcat.embed:tomcat-embed*</include>
+                    <include>org.eclipse.jdt.core.compiler:ecj:jar:P20140317-1600</include>
                 </includes>
                 <unpack>false</unpack>
             </dependencySet>
@@ -115,10 +116,12 @@
 		<directory>embededwebserver/conf</directory>
 		<fileMode>700</fileMode>
 	</fileSet>
+<!--
 	<fileSet>
 		<outputDirectory>/ews/lib</outputDirectory>
 		<directory>embededwebserver/lib</directory>
 	</fileSet>
+-->
 	<fileSet>
 		<outputDirectory>/unixauth-config</outputDirectory>
 		<directory>security-admin/unixauth-config</directory>