[
https://issues.apache.org/jira/browse/TEZ-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14531450#comment-14531450
]
Mit Desai commented on TEZ-1970:
--------------------------------
For fixing the following javadoc warning
{noformat}
[WARNING] Javadoc Warnings
[WARNING]
/home/jenkins/jenkins-slave/workspace/PreCommit-TEZ-Build/tez-tests/src/main/java/org/apache/tez/mapreduce/examples/RPCLoadGen.java:51:
warning: IOUtils is internal proprietary API and may be removed in a future
release
[WARNING] import sun.misc.IOUtils;
{noformat}
we will have to set compiler arguments, something like this.
{noformat}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgument>-XDignore.symbol.file</compilerArgument>
</configuration>
</plugin>
{noformat}
Found this while browsing online for suggestions on fixing the javadoc warning.
Ref:
http://stackoverflow.com/questions/13855700/suppress-javac-warning-is-internal-proprietary-api-and-may-be-removed-in-a-f
> Fix javadoc warnings in code
> ----------------------------
>
> Key: TEZ-1970
> URL: https://issues.apache.org/jira/browse/TEZ-1970
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Hitesh Shah
> Assignee: Mit Desai
> Attachments: TEZ-1970.1.patch
>
>
> test-patch reports 3 existing javadoc warnings.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)