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
34f67ae0
Commit
34f67ae0
authored
Jul 14, 2016
by
Shwetha GS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-1025 Set HIVE_HOME if hive is available in relative path to import hive…
ATLAS-1025 Set HIVE_HOME if hive is available in relative path to import hive script (svimal2106 via shwethags)
parent
99d51436
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
import-hive.sh
addons/hive-bridge/src/bin/import-hive.sh
+6
-2
release-log.txt
release-log.txt
+1
-0
No files found.
addons/hive-bridge/src/bin/import-hive.sh
View file @
34f67ae0
...
...
@@ -78,8 +78,12 @@ if [ -f "${HIVE_CONF}/hive-env.sh" ]; then
fi
if
[
-z
"
$HIVE_HOME
"
]
;
then
echo
"Please set HIVE_HOME to the root of Hive installation"
exit
1
if
[
-d
"
${
BASEDIR
}
/../hive"
]
;
then
HIVE_HOME
=
${
BASEDIR
}
/../hive
else
echo
"Please set HIVE_HOME to the root of Hive installation"
exit
1
fi
fi
HIVE_CP
=
"
${
HIVE_CONF
}
"
...
...
release-log.txt
View file @
34f67ae0
...
...
@@ -6,6 +6,7 @@ INCOMPATIBLE CHANGES:
ALL CHANGES:
ATLAS-1025 Set HIVE_HOME if hive is available in relative path to import hive script (svimal2106 via shwethags)
ATLAS-1009 Source HIVE_HOME and HIVE_CONF_DIR from hive_env.sh (svimal2106 via shwethags)
ATLAS-847 UI: Audit versioning does not paginate details from Atlas server (Kalyanikashikar via shwethags)
ATLAS-1004 Option to enable taxonomy feature (kevalbhatt18 via shwethags)
...
...
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