[
https://issues.apache.org/jira/browse/FALCON-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13796505#comment-13796505
]
Srikanth Sundarrajan commented on FALCON-140:
---------------------------------------------
Patch includes the following in the general section of the webapp/pom. When
compiled for hadoop-2, hadoop-core is actually not a dependency for the
project. Can you please confirm if the patch works when compiled with
-Dhadoop.profile=2
{code}
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-core</artifactId>
+ <version>${hadoop.version}</version>
+ </dependency>
{code}
> Fix javadoc warnings
> --------------------
>
> Key: FALCON-140
> URL: https://issues.apache.org/jira/browse/FALCON-140
> Project: Falcon
> Issue Type: Bug
> Reporter: Raghav Kumar Gautam
> Assignee: Raghav Kumar Gautam
> Priority: Trivial
> Attachments: falcon-140-2.txt, falcon-140.txt
>
>
--
This message was sent by Atlassian JIRA
(v6.1#6144)