Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several improvement #3

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Several improvement #3

wants to merge 3 commits into from

Conversation

dolcino-li
Copy link

  1. workaround about the security HDFS with insecurity DynoYarn container to download simulatedFatJar.
  2. unset APPLICATION_WEB_PROXY_BASE to display RM normally.
  3. change /grid to $base/tmp due to /grid may not exist.

Original plan is that generator app need to upload simulatedFatJat to HDFS, and then download the simulatdFatJar from HDFS when it runs simulated container.
However, dyno yarn cluster is unsecurity, the cluster use simple auth. Therefore, the simulated container which use simple auth can never download the file from HDFS which use kerberos auth.

When driver app runs, it could download all necessary files, and put the file in a centain path. Meanwhile, generator app add that path into CLASSPATH. Then we can avoid above situation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant