Giter Club home page Giter Club logo

Comments (1)

oshyshko avatar oshyshko commented on July 17, 2024

Implemented in 1.1.

Exclusion of HDFS libs is possible with:

(defproject ...
  :dependencies [[uio/uio "1.1" :exclusions [org.apache.hadoop/hadoop-common
                                             org.apache.hadoop/hadoop-hdfs]]
  ...)

This also works with all FS and compression algorithms. Here is a list of what can be excluded:

uio/project.clj

Lines 11 to 23 in 8da34e1

[com.amazonaws/aws-java-sdk-s3 "1.11.261"] ; s3
[com.amazonaws/aws-java-sdk-sts "1.11.261"] ; s3 with roles
[org.apache.httpcomponents/httpclient "4.5.4"] ; (needed by `aws-java-sdk-s3`)
[com.jcraft/jsch "0.1.54"] ; sftp
[com.jcraft/jzlib "1.1.3"] ; (needed by `jsch`)
[org.apache.hadoop/hadoop-common "2.8.1" ; hdfs -- 3.0.0 is there, but doesn't have HTTPS repo
:exclusions [org.apache.httpcomponents/httpcore]] ; conflicts with `aws-java-sdk-s3`
[org.apache.hadoop/hadoop-hdfs "2.8.1"]
[org.apache.commons/commons-compress "1.15"] ; bzip2, xz
[org.tukaani/xz "1.8"] ; xz (needed by `commons-compress`)

from uio.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.