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
377bc635
Commit
377bc635
authored
Jun 28, 2016
by
Suma Shivaprasad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-954 Get hadoop classpath if command hadoop is in PATH (svimal2106 via sumasai)
parent
2b28ce4d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
import-hive.sh
addons/hive-bridge/src/bin/import-hive.sh
+3
-0
release-log.txt
release-log.txt
+1
-0
No files found.
addons/hive-bridge/src/bin/import-hive.sh
View file @
377bc635
...
...
@@ -87,6 +87,9 @@ if [ ! -z "$HADOOP_CLASSPATH" ]; then
HADOOP_CP
=
$HADOOP_CLASSPATH
elif
[
!
-z
"
$HADOOP_HOME
"
]
;
then
HADOOP_CP
=
`
$HADOOP_HOME
/bin/hadoop classpath
`
elif
[
$(
command
-v
hadoop
)
]
;
then
HADOOP_CP
=
`
hadoop classpath
`
echo
$HADOOP_CP
else
echo
"Environment variable HADOOP_CLASSPATH or HADOOP_HOME need to be set"
exit
1
...
...
release-log.txt
View file @
377bc635
...
...
@@ -6,6 +6,7 @@ INCOMPATIBLE CHANGES:
ALL CHANGES:
ATLAS-954 Get hadoop classpath if command hadoop is in PATH (svimal2106 via sumasai)
ATLAS-919 UI : Deleted references should be shown in red or filtered out (kevalbhatt18 via sumasai)
ATLAS-927 aboutAtlas_tmpl.html has hard-coded project version (Kalyanikashikar via yhemanth)
ATLAS-624 UI: Clicking a tag hyperlink should always result in DSL search. In some cases, results in full-text search. (Kalyanikashikar via yhemanth)
...
...
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