Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Ramdon notes

License

NotificationsYou must be signed in to change notification settings

bluefate/Helpers

Repository files navigation

Random useful notes

📦docker-compose.qnap.yml – For QNAP NAS

Sampledocker-compose file intended for use withinQNAP Container Station to deploy multiple containers simultaneously.

🛠 Usage Options:

  • Can be deployed viaPortainer, if available.
  • Alternatively, use"Create Application" under theCreate tab in Container Station.

💡 Volume Creation:

  • It is recommended to create named volumes viaPortainer for better control and reusability.

📦docker-compose.jupyter.yml – Jupyter + Spark + Hadoop

Sets up a lightweight big data lab using Docker containers for:

  • Hadoop HDFS: NameNode + DataNode
  • Apache Spark: Master-only (standalone mode)
  • Jupyter Notebook: PySpark-enabled kernel

🗂 Notebook Persistence:

Mounts a local folder from your Windows machine into the notebook container so that your.ipynb files are stored and accessible locally:

volumes:  -"/c/Users/yourusername/somefolder:/home/jovyan/somefolder/"

Replaceyourusername andsomefolder with your actual Windows path.

🌐 Web Interfaces

ComponentURLPurpose
HDFS UIhttp://localhost:9870View file system status and health
Spark UIhttp://localhost:8080Monitor Spark master and workers
Jupyter Labhttp://localhost:8888Access Jupyter notebooks

About

Ramdon notes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp