Re: how to load pandas into pyspark (centos 6 with python 2.6)

2018-06-11 Thread Jeff Zhang
The error message is clear, it is due to the folder permission. Try to do that via user root. Manuel Sopena Ballesteros 于2018年6月12日周二 上午7:42写道: > Ok, this is what I am getting > > > > $/tmp/pythonvenv/bin/pip install pandas > > > > The directory '/home/zeppelin/.cache/pip/http' or its parent d

RE: how to load pandas into pyspark (centos 6 with python 2.6)

2018-06-11 Thread Manuel Sopena Ballesteros
Ok, this is what I am getting $/tmp/pythonvenv/bin/pip install pandas The directory '/home/zeppelin/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, yo