Re: Run/install tensorframes on zeppelin pyspark

2018-08-10 Thread Spico Florin
Hello! Thank you very much for your response. As I understood, in order to use tensorframes in Zeppelin pyspark notebook with spark master locally 1. we should run command pip install tensorframes 2. we should set up the PYSPARK_PYTHON in conf/zeppelin-env.sh I have performed the above steps

Re: Run/install tensorframes on zeppelin pyspark

2018-08-08 Thread Jeff Zhang
Make sure you use the correct python which has tensorframe installed. Use PYSPARK_PYTHON to configure the python Spico Florin 于2018年8月8日周三 下午9:59写道: > Hi! > > I would like to use tensorframes in my pyspark notebook. > > I have performed the following: > > 1. In the spark intepreter adde a new

Run/install tensorframes on zeppelin pyspark

2018-08-08 Thread Spico Florin
Hi! I would like to use tensorframes in my pyspark notebook. I have performed the following: 1. In the spark intepreter adde a new repository http://dl.bintray.com/spark-packages/maven 2. in the spark interpreter added the dependency databricks:tensorframes:0.2.9-s_2.11 3. pip install