Nessuna descrizione

nobody 380b40955d Merge branch 'yili' of http://gogsb.soaringnova.com/ylproj/jupyterlab into yili 2 anni fa
builder 2be6f2eb9f [ci skip] New version 2 anni fa
buildutils 9e7f9768d3 merge: 合并 2 anni fa
confs d3e8afd0cf update config.json 2 anni fa
dag @ ea8995b3b8 defcf70435 添加DAG仓库 2 anni fa
design d7a9358062 Fix a few more typos 4 anni fa
dev_mode 47dd84bb9a feat: 修改jupyter全局window对象场景 2 anni fa
docker 6783f3c49f update 2 anni fa
docker_build 195a298012 完善jupyterhub镜像构建 2 anni fa
docker_jupyterhub 35a1e989ce 调整JupyterHub依赖 2 anni fa
docs f0a6c4f6a7 Backport PR #12635: Add more explanation for internationalization (translation python package) (#12648) 2 anni fa
galata 9e7f9768d3 merge: 合并 2 anni fa
images e8d230f5fc 更新README 2 anni fa
jupyter-config 678646cec1 enable jupyterlab to work as a classic notebook extension and fix handling of binder 4 anni fa
jupyterlab 47dd84bb9a feat: 修改jupyter全局window对象场景 2 anni fa
packages 27613cb1a4 feat: 统一缩进 2 anni fa
scripts 9e7f9768d3 merge: 合并 2 anni fa
sparkmagic @ b52dfe740e 6b3c823509 更新submodule 2 anni fa
testutils 2be6f2eb9f [ci skip] New version 2 anni fa
typedoc-theme c3048d1dd1 Replaced ... with ellipses unicode character in .ts files (#10208) 3 anni fa
.bumpversion.cfg af732d8125 [ci skip] Publish 3.4.3 2 anni fa
.cleanignore 2de04f2c37 implemented fallback arg for LabIcon.resolveX methods 4 anni fa
.dockerignore d239925015 update dockerfile 2 anni fa
.eslintignore 18f953fe43 Backport PR #10796 to 3.2.x: Add Galata in JupyterLab (#11179) 3 anni fa
.eslintrc.js e6fbbe2e6f 添加yili的新UI 2 anni fa
.git-blame-ignore-revs 1d76e3c443 [3.3.x] Add git-blame-ignore-revs file (#12289) 2 anni fa
.gitattributes 2a3bc70c04 Upgrade to yarn 1.5.1 6 anni fa
.gitignore 8630063321 Backport PR #10299: Add debugger variable renderer based on mime type (#11871) 2 anni fa
.gitmodules defcf70435 添加DAG仓库 2 anni fa
.gitpod.yml 757a1c3a38 dont open in browser 3 anni fa
.meeseeksdev.yml f2afcc5aad Add meessekdev bot config file 6 anni fa
.pre-commit-config.yaml 6b4a77a893 去除pre-commit 2 anni fa
.prettierignore 18f953fe43 Backport PR #10796 to 3.2.x: Add Galata in JupyterLab (#11179) 3 anni fa
.prettierrc 4ee83bd2b2 Lint - updates from the new version of prettier. 4 anni fa
.yarnrc b513457b01 Update lerna (#5262) 6 anni fa
Dockerfile 195a298012 完善jupyterhub镜像构建 2 anni fa
Dockerfile.combined 928a974a0a add dockerfile.dev 2 anni fa
Dockerfile.dev 03d68bf3dc update dockerfile 2 anni fa
LICENSE a272515aee 添加Docker镜像构建 2 anni fa
MANIFEST.in c12bea95c1 Backport PR #11388: Set default ui font to `system-ui` (#11927) 2 anni fa
README.md e8d230f5fc 更新README 2 anni fa
Untitled.ipynb 5f42320b9f fix: 更新yili-dag依赖 2 anni fa
about_dev.md bc4b9ae7ce 更新文档 2 anni fa
about_diff.md bc4b9ae7ce 更新文档 2 anni fa
bdist_wheel.sh bd87afc2ea add conf & sparkmagic 2 anni fa
clean.py cde0521528 [3.3.x] Run black (#12282) 2 anni fa
conftest.py cde0521528 [3.3.x] Run black (#12282) 2 anni fa
docker-compose.yml bd87afc2ea add conf & sparkmagic 2 anni fa
emr-5xjsy31f_ailab.keytab d1d5cf66d4 add keytab 2 anni fa
lerna.json b513457b01 Update lerna (#5262) 6 anni fa
package.json a272515aee 添加Docker镜像构建 2 anni fa
postcss.config.js c617b40ce5 Backport PR #11552: postcss 8.4.0 breaks integrity 2 CI test (#11560) 2 anni fa
pyproject.toml 7746b1f158 完善构建流程 2 anni fa
setup.cfg eaa0de0a68 Backport PR #12250: Open terminal in cwd from launcher (#12430) 2 anni fa
setup.py 7746b1f158 完善构建流程 2 anni fa
tsconfig.eslint.json 18f953fe43 Backport PR #10796 to 3.2.x: Add Galata in JupyterLab (#11179) 3 anni fa
tsconfigbase.json df0b0f7438 Turn on strict null checks (except for services) 4 anni fa
tsconfigbase.test.json cdb5b99a88 Convert jest imports to typescript type references. 4 anni fa
tsconfigdoc.json 2a0eff36b3 feat: 调整dag组件结构和数据 2 anni fa
typedoc.js 18f953fe43 Backport PR #10796 to 3.2.x: Add Galata in JupyterLab (#11179) 3 anni fa
untitled.dag 27613cb1a4 feat: 统一缩进 2 anni fa
yarn.lock 5f42320b9f fix: 更新yili-dag依赖 2 anni fa

README.md

JupyterLab

JupyterLab 是 Jupyter 项目提供的强大的 Notebook 编程界面, 可以通过其插件系统进行扩展. 本项目 fork 自 https://github.com/jupyterlab/jupyterlab, 在官方代码的基础上进行二次开发, 通过 Sparkmagic 连接 Livy 提供 Spark 编程及 HDFS 访问, 并提供数据资产管理, 可视化编程, 定时任务等功能.

构建及运行方法

项目提供了构建 Docker 镜像的 Dockerfile

# 使用 recursive 克隆 sparkmagic
git clone --recursive http://gogsb.soaringnova.com/ylproj/jupyterlab.git

# 构建镜像
docker build -f Dockerfile.combined -t ylproj-jupyter .

使用如下命令运行构建好的镜像:

docker run -d \
       --name ylproj-jupyter \
       --network ylproj \
       -p 8000:8000 \
       -v <kerberos配置>:/etc/krb5.conf:ro \
       -v <hadoop配置>:/opt/cluster/conf:ro \
       -e LIVY_SERVER_URL=http://livy:8998/ \
       -e BACKEND_BASE_URL=http://backend:5000/ \
       ylproj-jupyter

运行参数说明:

  • 用户访问端口 8000 的 web 服务 (http://localhost:8000/jupyterhub)
  • 环境变量 LIVY_SERVER_URL 指向 Livy 服务的地址
  • 环境变量 BACKEND_BASE_URL 指向 Backend 服务的地址
  • /etc/krb5.conf 是 Kerberos 的配置文件
  • /opt/cluster/conf 是 Hadoop 相关的配置文件以及 Kerberos 的 keytab

各组件端口说明

arch.png

service port
JupyterHub Web 8000
Backend REST 5000
Livy REST 8998
Livy RPC 31100-31103
Livy RPC (Yarn) 31100-31103
HDFS 4007, 4008
ResourceManager 5000, 5004
NodeManager 5006, 5008
KDC 88
Hive Metastore (thrift) 7004
Hive Server2 7001

其他

  1. 开发相关的说明
  2. 二次开发代码改动说明