Acceldata Open Source Data Platform
ODP 3.2.3.3-2
Release Notes
What is ODP
Installation
Advanced Installation
Configuration and Management
Upgrade
USER GUIDES
Security
Uninstall ODP
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Error in Submitting YARN Job
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
The logs indicate that there is an issue with the user jupyterhub being used to submit applications on YARN. Specifically, the error message highlights:
Bash
Requested user jupyterhub is not whitelisted and has id 118, which is below the minimum allowed 1000.This suggests that YARN has a policy restricting users with IDs below 1000, which is common on many Linux systems, where system users (with IDs below 1000) are restricted from running applications on YARN.
To resolve this issue, you have a couple of options:
- Change the
jupyterhubuser ID:- If the
jupyterhubuser has an ID below 1000, you can change the user ID ofjupyterhubto a value greater than 1000:
- If the
Bash
sudo usermod -u 1001 jupyterhub- After changing the user ID, you will need to update any file permissions or group memberships associated with this user.
- Check User Whitelisting for YARN:
- In some environments, YARN has strict user whitelisting policies. You may need to explicitly add
jupyterhubto the list of allowed users in YARN's security settings, which might involve modifyingyarn-site.xmlor contacting your system administrator to allow the user.
- In some environments, YARN has strict user whitelisting policies. You may need to explicitly add
Additional Information:
- After making changes to YARN configurations, make sure to restart the YARN ResourceManager and NodeManagers for the changes to take effect.
- If you're using a Kerberos-secured environment (as indicated by your log), ensure that the user
jupyterhubhas the correct Kerberos principal and permissions to submit jobs.
By addressing these configurations, you should be able to submit applications as the jupyterhub user without encountering this error.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on Sep 2, 2025
Was this page helpful?
Next to read:
Custom Packages Installation in JupyterHub NotebookDiscard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message