Devaraj K created HADOOP-15936:
----------------------------------
Summary: [JDK 11] MiniDFSClusterManager & MiniHadoopClusterManager
compilation fails due to the usage of '_' as identifier
Key: HADOOP-15936
URL: https://issues.apache.org/jira/browse/HADOOP-15936
Project: Hadoop Common
Issue Type: Sub-task
Components: build
Environment: openjdk version "11" 2018-09-25
Reporter: Devaraj K
{code:xml}
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/hadoop/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/test/MiniDFSClusterManager.java:[130,37]
as of release 9, '_' is a keyword, and may not be used as an identifier
[INFO] 1 error
{code}
{code:xml}
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/hadoop/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/MiniHadoopClusterManager.java:[140,37]
as of release 9, '_' is a keyword, and may not be used as an identifier
[INFO] 1 error
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]