Skip to content

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.

2 participants