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
04d1c132
Commit
04d1c132
authored
Oct 12, 2015
by
Shwetha GS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-212 Remove test class usage of hive configuration property…
ATLAS-212 Remove test class usage of hive configuration property atlas.rest.address (jspeidel via shwethags)
parent
0a875627
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
HiveHookIT.java
.../src/test/java/org/apache/atlas/hive/hook/HiveHookIT.java
+0
-1
release-log.txt
release-log.txt
+1
-0
No files found.
addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/HiveHookIT.java
View file @
04d1c132
...
@@ -73,7 +73,6 @@ public class HiveHookIT {
...
@@ -73,7 +73,6 @@ public class HiveHookIT {
hiveConf
.
setVar
(
HiveConf
.
ConfVars
.
POSTEXECHOOKS
,
HiveHook
.
class
.
getName
());
hiveConf
.
setVar
(
HiveConf
.
ConfVars
.
POSTEXECHOOKS
,
HiveHook
.
class
.
getName
());
hiveConf
.
setBoolVar
(
HiveConf
.
ConfVars
.
HIVE_SUPPORT_CONCURRENCY
,
false
);
hiveConf
.
setBoolVar
(
HiveConf
.
ConfVars
.
HIVE_SUPPORT_CONCURRENCY
,
false
);
hiveConf
.
setVar
(
HiveConf
.
ConfVars
.
METASTOREWAREHOUSE
,
System
.
getProperty
(
"user.dir"
)
+
"/target/metastore"
);
hiveConf
.
setVar
(
HiveConf
.
ConfVars
.
METASTOREWAREHOUSE
,
System
.
getProperty
(
"user.dir"
)
+
"/target/metastore"
);
hiveConf
.
set
(
HiveMetaStoreBridge
.
ATLAS_ENDPOINT
,
atlasEndpoint
);
hiveConf
.
setVar
(
HiveConf
.
ConfVars
.
METASTORECONNECTURLKEY
,
"jdbc:derby:./target/metastore_db;create=true"
);
hiveConf
.
setVar
(
HiveConf
.
ConfVars
.
METASTORECONNECTURLKEY
,
"jdbc:derby:./target/metastore_db;create=true"
);
hiveConf
.
set
(
HiveMetaStoreBridge
.
HIVE_CLUSTER_NAME
,
CLUSTER_NAME
);
hiveConf
.
set
(
HiveMetaStoreBridge
.
HIVE_CLUSTER_NAME
,
CLUSTER_NAME
);
hiveConf
.
setBoolVar
(
HiveConf
.
ConfVars
.
HIVETESTMODE
,
true
);
//to not use hdfs
hiveConf
.
setBoolVar
(
HiveConf
.
ConfVars
.
HIVETESTMODE
,
true
);
//to not use hdfs
...
...
release-log.txt
View file @
04d1c132
...
@@ -9,6 +9,7 @@ ATLAS-54 Rename configs in hive hook (shwethags)
...
@@ -9,6 +9,7 @@ ATLAS-54 Rename configs in hive hook (shwethags)
ATLAS-3 Mixed Index creation fails with Date types (sumasai via shwethags)
ATLAS-3 Mixed Index creation fails with Date types (sumasai via shwethags)
ALL CHANGES:
ALL CHANGES:
ATLAS-212 Remove test class usage of hive configuration property "atlas.rest.address" (jspeidel via shwethags)
ATLAS-159 UI generated files should be target (sanjayp via sumasai)
ATLAS-159 UI generated files should be target (sanjayp via sumasai)
ATLAS-188 Provide Ability to Add Tag to Entity (sanjayp via sumasai)
ATLAS-188 Provide Ability to Add Tag to Entity (sanjayp via sumasai)
ATLAS-209 Use testng and delete junit and scalatest (ltfxyz via shwethags)
ATLAS-209 Use testng and delete junit and scalatest (ltfxyz 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