[
https://issues.apache.org/jira/browse/CALCITE-5140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17535025#comment-17535025
]
Julian Hyde commented on CALCITE-5140:
--------------------------------------
I agree with [~zabetak]. We should disable the Pig test on OpenJ9. The Pig test
works on other JDKs.
We should consider upgrading Pig from 0.16 to 0.17. It's not trivial, because
we rely on pig-h2 (Hadoop version 2 support) and that seems to be gone in Pig
0.17. There are no releases of Pig for several years, so maybe we will remove
Pig support at some point.
> The Github CI failed in Linux (OpenJ9 8)
> ----------------------------------------
>
> Key: CALCITE-5140
> URL: https://issues.apache.org/jira/browse/CALCITE-5140
> Project: Calcite
> Issue Type: Bug
> Components: core
> Affects Versions: 1.30.0
> Reporter: xiong duan
> Priority: Major
>
> Many PR filed in this process. This failure first appeared on May 2, 2022
> [6303017566|https://github.com/apache/calcite/runs/6303017566?check_suite_focus=true].
> The info:
> {noformat}
> Caused by: javax.security.auth.login.LoginException: unable to find
> LoginModule class: com.ibm.security.auth.module.LinuxLoginModule
> 11591 at
> javax.security.auth.login.LoginContext.invoke(LoginContext.java:794)
> 11592 at
> javax.security.auth.login.LoginContext.access$000(LoginContext.java:195)
> 11593 at
> javax.security.auth.login.LoginContext$4.run(LoginContext.java:682)
> 11594 at
> javax.security.auth.login.LoginContext$4.run(LoginContext.java:680)
> 11595 at
> java.security.AccessController.doPrivileged(AccessController.java:783)
> 11596 at
> javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
> 11597 at
> javax.security.auth.login.LoginContext.login(LoginContext.java:587)
> 11598 at
> org.apache.hadoop.security.UserGroupInformation.loginUserFromSubject(UserGroupInformation.java:814)
> 11599 ... 66 more{noformat}
> I check the CALCITE-5003 change, The failure is irrelevant to this PR. This
> happened before we upgrade the JDK 18 in Calcite.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)