Skip to content

Instantly share code, notes, and snippets.

@songpon
songpon / ubuntu-install-dremio.sh
Created February 5, 2020 04:07
ubuntu 18.04 install dremio driver
wget https://download.dremio.com/odbc-driver/1.4.2.1003/dremio-odbc-1.4.2.1003-1.x86_64.rpm
sudo apt-get install alien unixodbc-dev -y
sudo alien dremio-odbc-1.4.2.1003-1.x86_64.rpm
sudo dpkg -i dremio-odbc_1.4.2.1003-2_amd64.deb
@willirath
willirath / SLURMCluster_vs_Singularity.ipynb
Last active December 11, 2023 14:15
Dask-Jobqueue SLURMCluster with Singularity
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@koolay
koolay / arrow_flight_dremio.py
Created July 28, 2020 04:01
demo of arrow-flight+dremio+vaex
from collections import namedtuple
import vaex
import time
import orjson
import os
import psutil
from pyarrow import flight
import pyarrow as pa
@tahashmi
tahashmi / arrow_flight_dremio.py
Last active February 9, 2023 20:36 — forked from koolay/arrow_flight_dremio.py
demo of arrow-flight+dremio+vaex
from collections import namedtuple
import vaex
import time
import orjson
import os
import psutil
from pyarrow import flight
import pyarrow as pa