[jira] [Updated] (HADOOP-11875) [JDK9] Renaming _ as a one-character identifier to another identifier

2017-07-27 Thread Akira Ajisaka (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated HADOOP-11875:
---
Hadoop Flags:   (was: Incompatible change)

> [JDK9] Renaming _ as a one-character identifier to another identifier
> -
>
> Key: HADOOP-11875
> URL: https://issues.apache.org/jira/browse/HADOOP-11875
> Project: Hadoop Common
>  Issue Type: Sub-task
>Reporter: Tsuyoshi Ozawa
>Assignee: Akira Ajisaka
>  Labels: webapp
> Attachments: build_error_dump.txt, HADOOP-11875.01.patch, 
> HADOOP-11875.02.patch, HADOOP-11875.03.patch, HADOOP-11875.04.patch, 
> HADOOP-11875.05.patch, HADOOP-11875.06.patch, HADOOP-11875.07.patch, 
> HADOOP-11875.10.patch, HADOOP-11875.11.patch
>
>
> From JDK9, _ as a one-character identifier is banned. Currently Web UI uses 
> it. We should fix them to compile with JDK9. 
> https://bugs.openjdk.java.net/browse/JDK-8061549



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-11875) [JDK9] Renaming _ as a one-character identifier to another identifier

2017-07-07 Thread Akira Ajisaka (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated HADOOP-11875:
---
Attachment: HADOOP-11875.11.patch

11: rebased

> [JDK9] Renaming _ as a one-character identifier to another identifier
> -
>
> Key: HADOOP-11875
> URL: https://issues.apache.org/jira/browse/HADOOP-11875
> Project: Hadoop Common
>  Issue Type: Sub-task
>Reporter: Tsuyoshi Ozawa
>Assignee: Akira Ajisaka
>  Labels: webapp
> Attachments: build_error_dump.txt, HADOOP-11875.01.patch, 
> HADOOP-11875.02.patch, HADOOP-11875.03.patch, HADOOP-11875.04.patch, 
> HADOOP-11875.05.patch, HADOOP-11875.06.patch, HADOOP-11875.07.patch, 
> HADOOP-11875.10.patch, HADOOP-11875.11.patch
>
>
> From JDK9, _ as a one-character identifier is banned. Currently Web UI uses 
> it. We should fix them to compile with JDK9. 
> https://bugs.openjdk.java.net/browse/JDK-8061549



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-11875) [JDK9] Renaming _ as a one-character identifier to another identifier

2017-06-28 Thread Akira Ajisaka (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated HADOOP-11875:
---
Attachment: HADOOP-11875.10.patch

10 patch
* rebased
* rename 9-ea to 9 in pom.xml because the version become 9

> [JDK9] Renaming _ as a one-character identifier to another identifier
> -
>
> Key: HADOOP-11875
> URL: https://issues.apache.org/jira/browse/HADOOP-11875
> Project: Hadoop Common
>  Issue Type: Sub-task
>Reporter: Tsuyoshi Ozawa
>Assignee: Akira Ajisaka
>  Labels: webapp
> Attachments: build_error_dump.txt, HADOOP-11875.01.patch, 
> HADOOP-11875.02.patch, HADOOP-11875.03.patch, HADOOP-11875.04.patch, 
> HADOOP-11875.05.patch, HADOOP-11875.06.patch, HADOOP-11875.07.patch, 
> HADOOP-11875.10.patch
>
>
> From JDK9, _ as a one-character identifier is banned. Currently Web UI uses 
> it. We should fix them to compile with JDK9. 
> https://bugs.openjdk.java.net/browse/JDK-8061549



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-11875) [JDK9] Renaming _ as a one-character identifier to another identifier

2017-04-03 Thread Akira Ajisaka (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated HADOOP-11875:
---
Attachment: HADOOP-11875.07.patch

Added a profile to skip compiling the old hamlet when Java version is 9-ea.

> [JDK9] Renaming _ as a one-character identifier to another identifier
> -
>
> Key: HADOOP-11875
> URL: https://issues.apache.org/jira/browse/HADOOP-11875
> Project: Hadoop Common
>  Issue Type: Sub-task
>Reporter: Tsuyoshi Ozawa
>Assignee: Akira Ajisaka
>  Labels: webapp
> Attachments: build_error_dump.txt, HADOOP-11875.01.patch, 
> HADOOP-11875.02.patch, HADOOP-11875.03.patch, HADOOP-11875.04.patch, 
> HADOOP-11875.05.patch, HADOOP-11875.06.patch, HADOOP-11875.07.patch
>
>
> From JDK9, _ as a one-character identifier is banned. Currently Web UI uses 
> it. We should fix them to compile with JDK9. 
> https://bugs.openjdk.java.net/browse/JDK-8061549



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-11875) [JDK9] Renaming _ as a one-character identifier to another identifier

2017-04-03 Thread Akira Ajisaka (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated HADOOP-11875:
---
Attachment: HADOOP-11875.06.patch

MAPREDUCE-6836 added '\_' in ConfBlock.java. Updated the patch to replace the 
'\_' with '\_\_'.

> [JDK9] Renaming _ as a one-character identifier to another identifier
> -
>
> Key: HADOOP-11875
> URL: https://issues.apache.org/jira/browse/HADOOP-11875
> Project: Hadoop Common
>  Issue Type: Sub-task
>Reporter: Tsuyoshi Ozawa
>Assignee: Akira Ajisaka
>  Labels: webapp
> Attachments: build_error_dump.txt, HADOOP-11875.01.patch, 
> HADOOP-11875.02.patch, HADOOP-11875.03.patch, HADOOP-11875.04.patch, 
> HADOOP-11875.05.patch, HADOOP-11875.06.patch
>
>
> From JDK9, _ as a one-character identifier is banned. Currently Web UI uses 
> it. We should fix them to compile with JDK9. 
> https://bugs.openjdk.java.net/browse/JDK-8061549



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-11875) [JDK9] Renaming _ as a one-character identifier to another identifier

2017-04-03 Thread Akira Ajisaka (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated HADOOP-11875:
---
Issue Type: Sub-task  (was: Bug)
Parent: HADOOP-11123

> [JDK9] Renaming _ as a one-character identifier to another identifier
> -
>
> Key: HADOOP-11875
> URL: https://issues.apache.org/jira/browse/HADOOP-11875
> Project: Hadoop Common
>  Issue Type: Sub-task
>Reporter: Tsuyoshi Ozawa
>Assignee: Akira Ajisaka
>  Labels: webapp
> Attachments: build_error_dump.txt, HADOOP-11875.01.patch, 
> HADOOP-11875.02.patch, HADOOP-11875.03.patch, HADOOP-11875.04.patch, 
> HADOOP-11875.05.patch
>
>
> From JDK9, _ as a one-character identifier is banned. Currently Web UI uses 
> it. We should fix them to compile with JDK9. 
> https://bugs.openjdk.java.net/browse/JDK-8061549



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-11875) [JDK9] Renaming _ as a one-character identifier to another identifier

2017-04-03 Thread Akira Ajisaka (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated HADOOP-11875:
---
Attachment: HADOOP-11875.05.patch

> [JDK9] Renaming _ as a one-character identifier to another identifier
> -
>
> Key: HADOOP-11875
> URL: https://issues.apache.org/jira/browse/HADOOP-11875
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Tsuyoshi Ozawa
>Assignee: Akira Ajisaka
>  Labels: webapp
> Attachments: build_error_dump.txt, HADOOP-11875.01.patch, 
> HADOOP-11875.02.patch, HADOOP-11875.03.patch, HADOOP-11875.04.patch, 
> HADOOP-11875.05.patch
>
>
> From JDK9, _ as a one-character identifier is banned. Currently Web UI uses 
> it. We should fix them to compile with JDK9. 
> https://bugs.openjdk.java.net/browse/JDK-8061549



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-11875) [JDK9] Renaming _ as a one-character identifier to another identifier

2017-04-03 Thread Akira Ajisaka (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated HADOOP-11875:
---
Attachment: (was: HADOOP-11875.05.patch)

> [JDK9] Renaming _ as a one-character identifier to another identifier
> -
>
> Key: HADOOP-11875
> URL: https://issues.apache.org/jira/browse/HADOOP-11875
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Tsuyoshi Ozawa
>Assignee: Akira Ajisaka
>  Labels: webapp
> Attachments: build_error_dump.txt, HADOOP-11875.01.patch, 
> HADOOP-11875.02.patch, HADOOP-11875.03.patch, HADOOP-11875.04.patch
>
>
> From JDK9, _ as a one-character identifier is banned. Currently Web UI uses 
> it. We should fix them to compile with JDK9. 
> https://bugs.openjdk.java.net/browse/JDK-8061549



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-11875) [JDK9] Renaming _ as a one-character identifier to another identifier

2017-04-03 Thread Akira Ajisaka (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated HADOOP-11875:
---
Attachment: HADOOP-11875.05.patch

05: removed unnecessary hamlet4java9 classes

> [JDK9] Renaming _ as a one-character identifier to another identifier
> -
>
> Key: HADOOP-11875
> URL: https://issues.apache.org/jira/browse/HADOOP-11875
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Tsuyoshi Ozawa
>Assignee: Akira Ajisaka
>  Labels: webapp
> Attachments: build_error_dump.txt, HADOOP-11875.01.patch, 
> HADOOP-11875.02.patch, HADOOP-11875.03.patch, HADOOP-11875.04.patch, 
> HADOOP-11875.05.patch
>
>
> From JDK9, _ as a one-character identifier is banned. Currently Web UI uses 
> it. We should fix them to compile with JDK9. 
> https://bugs.openjdk.java.net/browse/JDK-8061549



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-11875) [JDK9] Renaming _ as a one-character identifier to another identifier

2017-03-05 Thread Akira Ajisaka (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated HADOOP-11875:
---
Attachment: HADOOP-11875.04.patch

04 patch
* renamed hamlet4java9 to hamlet2
* rebased for the latest trunk

> [JDK9] Renaming _ as a one-character identifier to another identifier
> -
>
> Key: HADOOP-11875
> URL: https://issues.apache.org/jira/browse/HADOOP-11875
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Tsuyoshi Ozawa
>Assignee: Akira Ajisaka
>  Labels: webapp
> Attachments: build_error_dump.txt, HADOOP-11875.01.patch, 
> HADOOP-11875.02.patch, HADOOP-11875.03.patch, HADOOP-11875.04.patch
>
>
> From JDK9, _ as a one-character identifier is banned. Currently Web UI uses 
> it. We should fix them to compile with JDK9. 
> https://bugs.openjdk.java.net/browse/JDK-8061549



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-11875) [JDK9] Renaming _ as a one-character identifier to another identifier

2017-02-08 Thread Akira Ajisaka (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated HADOOP-11875:
---
Attachment: HADOOP-11875.03.patch

03 patch:
* Remove trailing whitespaces and tabs.
* Fixed some checkstyle warnings.
I think the javac warnings (deprecation) can be ignored because all of the new 
warnings are in the deprecated package.

> [JDK9] Renaming _ as a one-character identifier to another identifier
> -
>
> Key: HADOOP-11875
> URL: https://issues.apache.org/jira/browse/HADOOP-11875
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Tsuyoshi Ozawa
>Assignee: Akira Ajisaka
>  Labels: webapp
> Attachments: build_error_dump.txt, HADOOP-11875.01.patch, 
> HADOOP-11875.02.patch, HADOOP-11875.03.patch
>
>
> From JDK9, _ as a one-character identifier is banned. Currently Web UI uses 
> it. We should fix them to compile with JDK9. 
> https://bugs.openjdk.java.net/browse/JDK-8061549



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-11875) [JDK9] Renaming _ as a one-character identifier to another identifier

2017-02-08 Thread Akira Ajisaka (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated HADOOP-11875:
---
Attachment: HADOOP-11875.02.patch

02 patch
* Deprecate org.apache.hadoop.yarn.webapp.hamlet package.
* Create a new package org.apache.hadoop.yarn.webapp.hamlet4java9 with '__'.
* Replace the usage of the deprecated API with the new one.

> [JDK9] Renaming _ as a one-character identifier to another identifier
> -
>
> Key: HADOOP-11875
> URL: https://issues.apache.org/jira/browse/HADOOP-11875
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Tsuyoshi Ozawa
>Assignee: Akira Ajisaka
>  Labels: webapp
> Attachments: build_error_dump.txt, HADOOP-11875.01.patch, 
> HADOOP-11875.02.patch
>
>
> From JDK9, _ as a one-character identifier is banned. Currently Web UI uses 
> it. We should fix them to compile with JDK9. 
> https://bugs.openjdk.java.net/browse/JDK-8061549



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-11875) [JDK9] Renaming _ as a one-character identifier to another identifier

2017-02-04 Thread Akira Ajisaka (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated HADOOP-11875:
---
Status: Patch Available  (was: Open)

> [JDK9] Renaming _ as a one-character identifier to another identifier
> -
>
> Key: HADOOP-11875
> URL: https://issues.apache.org/jira/browse/HADOOP-11875
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Tsuyoshi Ozawa
>Assignee: Akira Ajisaka
>  Labels: webapp
> Attachments: build_error_dump.txt, HADOOP-11875.01.patch
>
>
> From JDK9, _ as a one-character identifier is banned. Currently Web UI uses 
> it. We should fix them to compile with JDK9. 
> https://bugs.openjdk.java.net/browse/JDK-8061549



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-11875) [JDK9] Renaming _ as a one-character identifier to another identifier

2017-02-04 Thread Akira Ajisaka (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated HADOOP-11875:
---
Labels: webapp  (was: )

> [JDK9] Renaming _ as a one-character identifier to another identifier
> -
>
> Key: HADOOP-11875
> URL: https://issues.apache.org/jira/browse/HADOOP-11875
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Tsuyoshi Ozawa
>Assignee: Akira Ajisaka
>  Labels: webapp
> Attachments: build_error_dump.txt, HADOOP-11875.01.patch
>
>
> From JDK9, _ as a one-character identifier is banned. Currently Web UI uses 
> it. We should fix them to compile with JDK9. 
> https://bugs.openjdk.java.net/browse/JDK-8061549



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-11875) [JDK9] Renaming _ as a one-character identifier to another identifier

2017-02-04 Thread Akira Ajisaka (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated HADOOP-11875:
---
Attachment: HADOOP-11875.01.patch

> [JDK9] Renaming _ as a one-character identifier to another identifier
> -
>
> Key: HADOOP-11875
> URL: https://issues.apache.org/jira/browse/HADOOP-11875
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Tsuyoshi Ozawa
>Assignee: Akira Ajisaka
>  Labels: webapp
> Attachments: build_error_dump.txt, HADOOP-11875.01.patch
>
>
> From JDK9, _ as a one-character identifier is banned. Currently Web UI uses 
> it. We should fix them to compile with JDK9. 
> https://bugs.openjdk.java.net/browse/JDK-8061549



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-11875) [JDK9] Renaming _ as a one-character identifier to another identifier

2017-02-04 Thread Akira Ajisaka (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated HADOOP-11875:
---
Attachment: (was: HADOOP-11875.01.patch)

> [JDK9] Renaming _ as a one-character identifier to another identifier
> -
>
> Key: HADOOP-11875
> URL: https://issues.apache.org/jira/browse/HADOOP-11875
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Tsuyoshi Ozawa
>Assignee: Akira Ajisaka
> Attachments: build_error_dump.txt
>
>
> From JDK9, _ as a one-character identifier is banned. Currently Web UI uses 
> it. We should fix them to compile with JDK9. 
> https://bugs.openjdk.java.net/browse/JDK-8061549



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-11875) [JDK9] Renaming _ as a one-character identifier to another identifier

2017-02-04 Thread Akira Ajisaka (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated HADOOP-11875:
---
Attachment: HADOOP-11875.01.patch

> [JDK9] Renaming _ as a one-character identifier to another identifier
> -
>
> Key: HADOOP-11875
> URL: https://issues.apache.org/jira/browse/HADOOP-11875
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Tsuyoshi Ozawa
>Assignee: Akira Ajisaka
> Attachments: build_error_dump.txt, HADOOP-11875.01.patch
>
>
> From JDK9, _ as a one-character identifier is banned. Currently Web UI uses 
> it. We should fix them to compile with JDK9. 
> https://bugs.openjdk.java.net/browse/JDK-8061549



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-11875) [JDK9] Renaming _ as a one-character identifier to another identifier

2017-02-03 Thread Akira Ajisaka (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Akira Ajisaka updated HADOOP-11875:
---
Description: From JDK9, _ as a one-character identifier is banned. 
Currently Web UI uses it. We should fix them to compile with JDK9. 
https://bugs.openjdk.java.net/browse/JDK-8061549  (was: From JDK8, _ as a 
one-character identifier is disallowed. Currently Web UI uses it. We should fix 
them to compile with JDK8. https://bugs.openjdk.java.net/browse/JDK-8061549
)
Summary: [JDK9] Renaming _ as a one-character identifier to another 
identifier  (was: [JDK8] Renaming _ as a one-character identifier to another 
identifier)

> [JDK9] Renaming _ as a one-character identifier to another identifier
> -
>
> Key: HADOOP-11875
> URL: https://issues.apache.org/jira/browse/HADOOP-11875
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Tsuyoshi Ozawa
> Attachments: build_error_dump.txt
>
>
> From JDK9, _ as a one-character identifier is banned. Currently Web UI uses 
> it. We should fix them to compile with JDK9. 
> https://bugs.openjdk.java.net/browse/JDK-8061549



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org