ogrodnek / csv-serde

Hive SerDe for CSV
Apache License 2.0
141 stars 80 forks source link

broken download link #30

Open inkrement opened 7 years ago

inkrement commented 7 years ago

seems like the download link in the readme is broken.

https://drone.io/github.com/ogrodnek/csv-serde/files/target/csv-serde-1.1.2-0.11.0-all.jar

writetoarun commented 6 years ago

Yep did you get the file some how?

mohammedayub44 commented 6 years ago

the download link is still broken.. any fix to it?

colwynmyself commented 6 years ago

You can clone the repo and mvn install && mvn package (assuming you have Maven) then the .jar will be in the target/ folder. Probably better for your CI to do this and host it internally too.