close
The Wayback Machine - https://web.archive.org/web/20220502233413/https://github.com/topics/pyarrow
Skip to content
#

pyarrow

Here are 15 public repositories matching this topic...

Jonathanpro
Jonathanpro commented Jan 2, 2019

Hello everyone,
Recently I tried to set up petastorm on my company's hadoop cluster.
However as the cluster uses Kerberos for authentication using petastorm failed.
I figured out that petastorm relies on pyarrow which actually supports kerberos authentication.

I hacked "petastorm/petastorm/hdfs/namenode.py" line 250
and replaced it with

driver = 'libhdfs'
return pyarrow.hdfs.c
enhancement good first issue

Improve this page

Add a description, image, and links to the pyarrow topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pyarrow topic, visit your repo's landing page and select "manage topics."

Learn more