iwasakims commented on PR #1379:
URL: https://github.com/apache/bigtop/pull/1379#issuecomment-4343263023

   We need the backport of 
[HIVE-28986](https://issues.apache.org/jira/browse/HIVE-28986) for addressing 
BIGTOP-4516. I'm going to update this PR.
   
   ```
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) 
on project hive-llap-client: Compilation failure
   [ERROR] 
/home/iwasakims/srcs/bigtop/output/hive/hive-4.0.1/llap-client/src/java/org/apache/hadoop/hive/llap/tezplugins/helpers/LlapTaskUmbilicalServer.java:[59,29]
 no suitable constructor found for JobTokenSecretManager(no arguments)
   [ERROR]     constructor 
org.apache.tez.common.security.JobTokenSecretManager.JobTokenSecretManager(org.apache.hadoop.conf.Configuration)
 is not applicable
   [ERROR]       (actual and formal argument lists differ in length)
   [ERROR]     constructor 
org.apache.tez.common.security.JobTokenSecretManager.JobTokenSecretManager(javax.crypto.SecretKey,org.apache.hadoop.conf.Configuration)
 is not applicable
   [ERROR]       (actual and formal argument lists differ in length)
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to