question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[SUPPORT] get newest master codes and compile failed

See original GitHub issue

Tips before filing an issue

  • Have you gone through our FAQs?

  • Join the mailing list to engage in conversations and get faster support at dev-subscribe@hudi.apache.org.

  • If you have triaged this as a bug, then file an issue directly.

Describe the problem you faced

A clear and concise description of the problem.

To Reproduce

Steps to reproduce the behavior:

  1. pull master codes and executed following command mvn clean package -DskipTests -Dspark3 -Dscala-2.12 errors: there are errors while compile hudi_spark_common_2.12

image image 2. @Dave Hagman of hudi teammate also encounter same problem

image

Expected behavior

pull master codes and compile successful

Environment Description

  • Hudi version : 0.9.0

  • Spark version :

  • Hive version :

  • Hadoop version :

  • Storage (HDFS/S3/GCS…) :

  • Running on Docker? (yes/no) :

Additional context

Add any other context about the problem here.

Stacktrace

Add the stacktrace of the error.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
James601232commented, Nov 8, 2021

Dear @nsivabalan @vinothchandar i change a new laptop and download new master codes. compile and package are all worked fine. and i will go on fixed the error that on my old laptop. thank u so very much help me verified the issue.

0reactions
James601232commented, Nov 8, 2021

The first error is kind of weird. It looks under “org.apache.hudi.org.apache” for some reason. Do you have any classpaths, java_home or anything set differently?

Dear vinothchandar. i have two jdks. jdk11 and jdk8. but i set current jdk version is jdk8 when compile hudi codes. my env info as following: TERM_SESSION_ID=w0t0p0:80730AB3-BC76-4772-9033-6F492AAC2ADF SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.xmwcjhVwiA/Listeners LC_TERMINAL_VERSION=3.4.6 COLORFGBG=7;0 ITERM_PROFILE=Default XPC_FLAGS=0x0 LANG=zh_CN.UTF-8 PWD=/Users/james/Codes/hudi SHELL=/bin/zsh SECURITYSESSIONID=186a6 TERM_PROGRAM_VERSION=3.4.6 TERM_PROGRAM=iTerm.app PATH=/Users/james/Application/apache-maven-3.8.1/bin:/usr/local/opt/scala@2.12/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin LC_TERMINAL=iTerm2 COLORTERM=truecolor COMMAND_MODE=unix2003 TERM=xterm-256color HOME=/Users/james TMPDIR=/var/folders/9t/c6sjxwj93qx8bjchzp912ccm0000gp/T/ USER=james XPC_SERVICE_NAME=0 LOGNAME=james LaunchInstanceID=4D5D2B52-0040-4D06-89F7-926C74D022D4 __CF_USER_TEXT_ENCODING=0x0:25:52 ITERM_SESSION_ID=w0t0p0:80730AB3-BC76-4772-9033-6F492AAC2ADF SHLVL=1 OLDPWD=/Users/james/Codes M3_HOME=/Users/james/Application/apache-maven-3.8.1 JAVA_11_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home JAVA_8_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_311.jdk/Contents/Home JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_311.jdk/Contents/Home _=/usr/bin/env

how to check whether set other classpath?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dealing with non-fast-forward errors - GitHub Docs
Sometimes, Git can't make your change to a remote repository without losing commits. When this happens, your push is refused.
Read more >
The Pull request build is getting failed, it is not taking new ...
The build got failed due to code coverage and a new commit was made to correct the failure reason. Now, after the PR...
Read more >
How to troubleshoot a GitLab pipeline failure
To help avoid failed security tests here are 5 actions a developer should take based on the latest OWASP report on security vulnerabilities....
Read more >
Gradle - Error Could not find method implementation() for ...
DefaultDependencyHandler. My Code in build.gradle Which can help to understand my issue My dependencies dependencies { compile fileTree(include: ...
Read more >
Compiler Error CS0246 | Microsoft Learn
If you get this error in code that was previously working, first look for missing or unresolved references in Solution Explorer. Do you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found