[
https://issues.apache.org/jira/browse/ATLAS-693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15323672#comment-15323672
]
Hemanth Yamijala commented on ATLAS-693:
----------------------------------------
I downloaded the latest patch from review board and tried to compile. While the
RAT error is gone, I see this failure:
{code}
[ERROR]
/Users/hyamijala/projects/hwx/atlas/src/atlas/webapp/src/main/java/org/apache/atlas/web/filters/AtlasAuthenticationFilter.java:157:
error: cannot find symbol
[ERROR] secretProvider =
AuthenticationFilter.constructSecretProvider(
[ERROR] ^
[ERROR] symbol: method
constructSecretProvider(ServletContext,Properties,boolean)
[ERROR] location: class AuthenticationFilter
[ERROR]
/Users/hyamijala/projects/hwx/atlas/src/atlas/webapp/src/main/java/org/apache/atlas/web/filters/AtlasAuthenticationFilter.java:145:
error: method does not override or implement a method from a supertype
[ERROR] @Override
[ERROR] ^
[ERROR] Note: Some input files use or override a deprecated API.
[ERROR] Note: Recompile with -Xlint:deprecation for details.
[ERROR] Note: Some input files use unchecked or unsafe operations.
[ERROR] Note: Recompile with -Xlint:unchecked for details.
[ERROR] 2 errors
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] apache-atlas ....................................... SUCCESS [ 7.158 s]
[INFO] Apache Atlas Common ................................ SUCCESS [ 8.431 s]
[INFO] Apache Atlas Typesystem ............................ SUCCESS [ 31.761 s]
[INFO] Apache Atlas Client ................................ SUCCESS [ 9.352 s]
[INFO] Apache Atlas Server API ............................ SUCCESS [ 3.967 s]
[INFO] Apache Atlas Notification .......................... SUCCESS [ 6.063 s]
[INFO] Apache Atlas Graph Database Projects ............... SUCCESS [ 0.113 s]
[INFO] Apache Atlas Graph Database API .................... SUCCESS [ 1.611 s]
[INFO] Apache Atlas Titan 0.5.4 Graph DB Impl ............. SUCCESS [ 32.643 s]
[INFO] Apache Atlas Repository ............................ SUCCESS [ 54.876 s]
[INFO] Apache Atlas Authorization ......................... SUCCESS [ 5.586 s]
[INFO] Apache Atlas Business Catalog ...................... SUCCESS [ 9.000 s]
[INFO] Apache Atlas UI .................................... SUCCESS [01:49 min]
[INFO] Apache Atlas Web Application ....................... FAILURE [ 5.834 s]
{code}
I see it is totally unrelated. However, I did revert the patch once and build
master and master seems to be building fine. Can you please investigate? Thanks!
> Add titan 0.5.4 implemenation of graph database abstraction layer
> -----------------------------------------------------------------
>
> Key: ATLAS-693
> URL: https://issues.apache.org/jira/browse/ATLAS-693
> Project: Atlas
> Issue Type: Sub-task
> Affects Versions: 0.6-incubating
> Reporter: Jeffrey Hagelberg
> Assignee: Jeffrey Hagelberg
> Fix For: trunk
>
> Attachments: rb47466.patch, rb47466.patch
>
>
> In this task, we put in place the titan 0.5.4 implementation of the graph
> database abstraction layer. As part of this effort, the existing "titan"
> maven project will be merged into this new project, since it is specific to
> titan 0.5.4. The maven projects in Atlas that depend on the "titan" will be
> changed to depend on the new project. Direct dependencies on titan 0.5.4
> will be removed from all of the atlas projects. These projects will be
> changed to depend on this new project instead. They will transitively obtain
> the dependencies on titan 0.5.4 that they need. For this task, very little
> of the existing Atlas java / scala code will be changed. The classes from in
> the titan project will be moved verbatim into the new project. The only
> other changes will be the addition of the new classes that implement the
> abstraction layer interfaces.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)