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
8e8b51b8
Commit
8e8b51b8
authored
8 years ago
by
Shwetha GS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-1034 Incorrect Falcon hook impl class name in Falcon hook shim (mneethiraj via shwethags)
parent
085d5c86
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
AtlasService.java
...in/java/org/apache/atlas/falcon/service/AtlasService.java
+1
-1
release-log.txt
release-log.txt
+1
-0
No files found.
addons/falcon-bridge-shim/src/main/java/org/apache/atlas/falcon/service/AtlasService.java
View file @
8e8b51b8
...
...
@@ -34,7 +34,7 @@ public class AtlasService implements FalconService, ConfigurationChangeListener
private
static
final
Logger
LOG
=
LoggerFactory
.
getLogger
(
AtlasService
.
class
);
private
static
final
String
ATLAS_PLUGIN_TYPE
=
"falcon"
;
private
static
final
String
ATLAS_FALCON_HOOK_IMPL_CLASSNAME
=
"org.apache.atlas.falcon.
hook
.AtlasService"
;
private
static
final
String
ATLAS_FALCON_HOOK_IMPL_CLASSNAME
=
"org.apache.atlas.falcon.
service
.AtlasService"
;
private
AtlasPluginClassLoader
atlasPluginClassLoader
=
null
;
private
FalconService
falconServiceImpl
=
null
;
...
...
This diff is collapsed.
Click to expand it.
release-log.txt
View file @
8e8b51b8
...
...
@@ -6,6 +6,7 @@ INCOMPATIBLE CHANGES:
ALL CHANGES:
ATLAS-1034 Incorrect Falcon hook impl class name in Falcon hook shim (mneethiraj via shwethags)
ATLAS-347 Atlas search APIs should allow pagination of results (shwethags)
ATLAS-639 Exception for lineage request (svimal2106 via shwethags)
ATLAS-1022 Update typesystem wiki with details (yhemanth via shwethags)
...
...
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