Commit 172f3c8c by Aaron Dossett

ISSUE 62 -- small hive bridge changes

parent abf35d62
...@@ -99,21 +99,6 @@ ...@@ -99,21 +99,6 @@
<groupId>org.apache.hadoop</groupId> <groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId> <artifactId>hadoop-client</artifactId>
<version>${hadoop.version}</version> <version>${hadoop.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
<version>${hadoop.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
<version>${hadoop.version}</version>
<scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -55,7 +55,7 @@ fi ...@@ -55,7 +55,7 @@ fi
METADATACPPATH="$METADATA_CONF" METADATACPPATH="$METADATA_CONF"
for i in "${BASEDIR}/lib-bridge/"*.jar; do for i in "${BASEDIR}/bridge/hive/"*.jar; do
METADATACPPATH="${METADATACPPATH}:$i" METADATACPPATH="${METADATACPPATH}:$i"
done done
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</fileSet> </fileSet>
<fileSet> <fileSet>
<directory>addons/hive-bridge/src/main/bin</directory> <directory>addons/hive-bridge/src/bin</directory>
<outputDirectory>bin</outputDirectory> <outputDirectory>bin</outputDirectory>
<fileMode>0755</fileMode> <fileMode>0755</fileMode>
<directoryMode>0755</directoryMode> <directoryMode>0755</directoryMode>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment