Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
356fde94
Commit
356fde94
authored
9 years ago
by
Aaron Dossett
Committed by
Harish Butani
9 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ISSUE 62 -- small hive bridge changes
parent
abf35d62
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
17 deletions
+2
-17
pom.xml
addons/hive-bridge/pom.xml
+0
-15
import-hive.sh
addons/hive-bridge/src/bin/import-hive.sh
+1
-1
standalone-package.xml
src/main/assemblies/standalone-package.xml
+1
-1
No files found.
addons/hive-bridge/pom.xml
View file @
356fde94
...
...
@@ -99,21 +99,6 @@
<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>
<groupId>
org.apache.hadoop
</groupId>
<artifactId>
hadoop-client
</artifactId>
<version>
${hadoop.version}
</version>
<scope>
test
</scope>
</dependency>
<dependency>
...
...
This diff is collapsed.
Click to expand it.
addons/hive-bridge/src/bin/import-hive.sh
View file @
356fde94
...
...
@@ -55,7 +55,7 @@ fi
METADATACPPATH
=
"
$METADATA_CONF
"
for
i
in
"
${
BASEDIR
}
/
lib-bridg
e/"
*
.jar
;
do
for
i
in
"
${
BASEDIR
}
/
bridge/hiv
e/"
*
.jar
;
do
METADATACPPATH
=
"
${
METADATACPPATH
}
:
$i
"
done
...
...
This diff is collapsed.
Click to expand it.
src/main/assemblies/standalone-package.xml
View file @
356fde94
...
...
@@ -50,7 +50,7 @@
</fileSet>
<fileSet>
<directory>
addons/hive-bridge/src/
main/
bin
</directory>
<directory>
addons/hive-bridge/src/bin
</directory>
<outputDirectory>
bin
</outputDirectory>
<fileMode>
0755
</fileMode>
<directoryMode>
0755
</directoryMode>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment