[
https://issues.apache.org/jira/browse/TEZ-1888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14961581#comment-14961581
]
Siddharth Seth commented on TEZ-1888:
-------------------------------------
[~chetna] - the patch looks good.
Would you mind fixing the remaining WARNINGS which show up ?
{code}
[WARNING]
/Users/sseth/work2/projects/tez/commit/incubator-tez/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/utils/FastByteComparisons.java:[26,16]
sun.misc.Unsafe is internal proprietary API and may be removed in a future
release
[WARNING]
/Users/sseth/work2/projects/tez/commit/incubator-tez/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/utils/FastByteComparisons.java:[120,20]
sun.misc.Unsafe is internal proprietary API and may be removed in a future
release
[WARNING]
/Users/sseth/work2/projects/tez/commit/incubator-tez/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/utils/FastByteComparisons.java:[126,22]
sun.misc.Unsafe is internal proprietary API and may be removed in a future
release
[WARNING]
/Users/sseth/work2/projects/tez/commit/incubator-tez/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/utils/FastByteComparisons.java:[131,29]
sun.misc.Unsafe is internal proprietary API and may be removed in a future
release
[WARNING]
/Users/sseth/work2/projects/tez/commit/incubator-tez/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/conf/UnorderedPartitionedKVOutputConfig.java:
Some input files use unchecked or unsafe operations.
[WARNING]
/Users/sseth/work2/projects/tez/commit/incubator-tez/tez-runtime-library/src/main/java/org/apache/tez/runtime/library/conf/UnorderedPartitionedKVOutputConfig.java:
Recompile with -Xlint:unchecked for details.
[WARNING]
/Users/sseth/work2/projects/tez/commit/incubator-tez/tez-mapreduce/src/main/java/org/apache/tez/mapreduce/processor/MRTask.java:
Some input files use or override a deprecated API.
[WARNING]
/Users/sseth/work2/projects/tez/commit/incubator-tez/tez-mapreduce/src/main/java/org/apache/tez/mapreduce/processor/MRTask.java:
Recompile with -Xlint:deprecation for details.
[WARNING]
/Users/sseth/work2/projects/tez/commit/incubator-tez/tez-mapreduce/src/main/java/org/apache/tez/mapreduce/hadoop/mapred/MRCounters.java:
/Users/sseth/work2/projects/tez/commit/incubator-tez/tez-mapreduce/src/main/java/org/apache/tez/mapreduce/hadoop/mapred/MRCounters.java
uses unchecked or unsafe operations.
[WARNING]
/Users/sseth/work2/projects/tez/commit/incubator-tez/tez-mapreduce/src/main/java/org/apache/tez/mapreduce/hadoop/mapred/MRCounters.java:
Recompile with -Xlint:unchecked for details.
[WARNING]
/Users/sseth/work2/projects/tez/commit/incubator-tez/tez-tests/src/main/java/org/apache/tez/mapreduce/examples/RPCLoadGen.java:[51,16]
sun.misc.IOUtils is internal proprietary API and may be removed in a future
release
[WARNING]
/Users/sseth/work2/projects/tez/commit/incubator-tez/tez-tests/src/main/java/org/apache/tez/mapreduce/examples/RPCLoadGen.java:[197,9]
sun.misc.IOUtils is internal proprietary API and may be removed in a future
release
[WARNING]
/Users/sseth/work2/projects/tez/commit/incubator-tez/tez-tests/src/main/java/org/apache/tez/mapreduce/examples/RPCLoadGen.java:[202,9]
sun.misc.IOUtils is internal proprietary API and may be removed in a future
release
[WARNING]
/Users/sseth/work2/projects/tez/commit/incubator-tez/tez-tests/src/main/java/org/apache/tez/mapreduce/examples/Sort.java:
/Users/sseth/work2/projects/tez/commit/incubator-tez/tez-tests/src/main/java/org/apache/tez/mapreduce/examples/Sort.java
uses or overrides a deprecated API.
[WARNING]
/Users/sseth/work2/projects/tez/commit/incubator-tez/tez-tests/src/main/java/org/apache/tez/mapreduce/examples/Sort.java:
Recompile with -Xlint:deprecation for details.
{code}
> Fix javac warnings all over codebase
> -------------------------------------
>
> Key: TEZ-1888
> URL: https://issues.apache.org/jira/browse/TEZ-1888
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Hitesh Shah
> Assignee: Chetna Chaudhari
> Priority: Critical
> Attachments: TEZ-1888.1.patch, TEZ-1888.2.patch
>
>
> As an example log, please look at:
> https://builds.apache.org/job/PreCommit-TEZ-Build/6//artifact/patchprocess/masterJavacWarnings.txt/*view*/
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)