Hi All,

I have a Centos cluster (without any sudo permissions) which has by default 
Python 2.6. Now I have installed Python2.7 for my user account and did the 
changes in bashrc so that Python2.7 is picked up by default. Then I have set 
the following properties in bashrc inorder to launch spark shell using Python 
2.7 but its not working.

Bashrc details :
alias python='/home/stuti/Python/bin/python2.7'
alias python2='/home/stuti/Python/bin/python2.7'
export PYSPARK_PYTHON=/home/stuti/Python/bin/python2.7
export LD_LIBRARY_PATH=/home/stuti/Python/lib:$LD_LIBRARY_PATH
export PATH=$HOME/bin:$PATH

Also it is to be noted that Spark cluster is configured with different user 
account and I have not installed python2.7 on all the nodes in the cluster as I 
don't have permission access.
So is there any way that I can launch my spark shell using Python2.7.
Please suggest

Thanks &Regards
Stuti Awasthi



::DISCLAIMER::
----------------------------------------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only.
E-mail transmission is not guaranteed to be secure or error-free as information 
could be intercepted, corrupted,
lost, destroyed, arrive late or incomplete, or may contain viruses in 
transmission. The e mail and its contents
(with or without referred errors) shall therefore not attach any liability on 
the originator or HCL or its affiliates.
Views or opinions, if any, presented in this email are solely those of the 
author and may not necessarily reflect the
views or opinions of HCL or its affiliates. Any form of reproduction, 
dissemination, copying, disclosure, modification,
distribution and / or publication of this message without the prior written 
consent of authorized representative of
HCL is strictly prohibited. If you have received this email in error please 
delete it and notify the sender immediately.
Before opening any email and/or attachments, please check them for viruses and 
other defects.

----------------------------------------------------------------------------------------------------------------------------------------------------

Reply via email to