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

shading more deps into databricks-runtime-fat jar #748

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

zhxiaogg
Copy link
Contributor

No description provided.

@zhxiaogg
Copy link
Contributor Author

zhxiaogg commented Apr 16, 2021

According to the doc, only some limited packages are allowed in the fat jar, following are what I found in the latest snapshot:

$ tree -L 3 |grep -v class
.
├── META-INF
│   ├── LICENSE_commons-io-2.5.txt
│   ├── LICENSE_objenesis-2.5.1
│   ├── MANIFEST.MF
│   ├── NOTICE_commons-io-2.5.txt
│   └── NOTICE_objenesis-2.5.1
├── ai
│   └── h2o
│       └── algos
├── biz
│   └── k11i
│       └── xgboost
├── com
│   └── esotericsoftware
│       ├── kryo
│       ├── minlog
│       └── reflectasm
├── ml
│   ├── bundle
│   │   ├── ctree
│   │   ├── dtree
│   │   └── hdfs
│   ├── combust
│   │   ├── bundle
│   │   └── mleap
│   └── dmlc
│       └── xgboost4j
├── net
│   └── jafama
├── org
│   ├── apache
│   │   └── spark
│   ├── objectweb
│   │   └── asm
│   └── objenesis
│       ├── instantiator
│       └── strategy
└── reference.conf

I'm not sure if we need to shade the biz.k11i.xgboost (xgboost-predictor dep) and ai.h2o packages, can you help verify this? @ancasarb @hollinwilkins

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.

None yet

2 participants