You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we pull in hadoop-common just so we can use a serializer. Hadoop is a huge library that brings tonnes of dependencies that we just don't need; zookeeper, jackson, jetty, many others.
The text was updated successfully, but these errors were encountered:
benjben
changed the title
Exlude transitive dependencies of hadoop
Exlcude transitive dependencies of hadoop
Dec 15, 2021
benjben
changed the title
Exlcude transitive dependencies of hadoop
Exclude transitive dependencies of hadoop
Dec 15, 2021
Currently we pull in
hadoop-common
just so we can use a serializer. Hadoop is a huge library that brings tonnes of dependencies that we just don't need; zookeeper, jackson, jetty, many others.The text was updated successfully, but these errors were encountered: