hrbrmstr / drill-sergeant-rstats

📗 A Little Book About Using Apache Drill and R
https://rud.is/books/drill-sergeant-rstats/
21 stars 2 forks source link

drill odbc lacks support for debian-based linux? #4

Open cboettig opened 6 years ago

cboettig commented 6 years ago

Maybe just worth a note in the drill - ODBC chapter: I was surprised to see that the Linux installation only covers RPM-based platforms. Is it possible to build the odbc link for from source on Debian-based systems? (Didn't see any links to source or directions at https://drill.apache.org/docs/installing-the-driver-on-linux/#system-requirements... )

Anyway, very cool illustration using ODBC + dplyr.

hrbrmstr commented 6 years ago

I’ll test https://github.com/JohnOmernik/caraveldrill/blob/master/Dockerfile this week and write up how to do it in the book if it works as advertised On Mon, Apr 23, 2018 at 01:35 Carl Boettiger notifications@github.com wrote:

Maybe just worth a note in the drill - ODBC chapter: I was surprised to see that the Linux installation only covers RPM-based platforms. Is it possible to build the odbc link for from source on Debian-based systems? (Didn't see any links to source or directions at https://drill.apache.org/docs/installing-the-driver-on-linux/#system-requirements... )

Anyway, very cool illustration using ODBC + dplyr.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hrbrmstr/drill-sergeant-rstats/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/AAfHtn6ZmPurQadDa2ClwVRus3V2pH2Vks5trWgPgaJpZM4TfRMM .

cboettig commented 6 years ago

that would be awesome.

One other quick install question: The Drill documentation for Mac it requires iODBC,(even though its Linux documentation suggests unixODBC or iODBC) I imagine many users already have unixODBC installed instead, since RStudio's https://db.rstudio.com/best-practices/drivers/ says:

For Unix and MacOS, ODBC drivers should be compiled against unixODBC.

Any idea if the mac version really needs iODBC? (I'd be a bit surprised if it didn't also work with unixODBC, but haven't tested).