Re: Spark 1.3 dataframe documentation

2015-02-24 Thread Davies Liu
Another way to see the Python docs: $ export PYTHONPATH=$SPARK_HOME/python $ pydoc pyspark.sql On Tue, Feb 24, 2015 at 2:01 PM, Reynold Xin wrote: > The official documentation will be posted when 1.3 is released (early > March). > > Right now, you can build the docs yourself by running "jekyll b

Re: Spark 1.3 dataframe documentation

2015-02-24 Thread Reynold Xin
The official documentation will be posted when 1.3 is released (early March). Right now, you can build the docs yourself by running "jekyll build" in docs. Alternatively, just look at dataframe,py as Ted pointed out. On Tue, Feb 24, 2015 at 6:56 AM, Ted Yu wrote: > Have you looked at python/py

Re: Spark 1.3 dataframe documentation

2015-02-24 Thread Ted Yu
Have you looked at python/pyspark/sql/dataframe.py ? Cheers On Tue, Feb 24, 2015 at 6:12 AM, poiuytrez wrote: > Hello, > > I have built Spark 1.3. I can successfully use the dataframe api. However, > I > am not able to find its api documentation in Python. Do you know when the > documentation w

Spark 1.3 dataframe documentation

2015-02-24 Thread poiuytrez
Hello, I have built Spark 1.3. I can successfully use the dataframe api. However, I am not able to find its api documentation in Python. Do you know when the documentation will be available? Best Regards, poiuytrez -- View this message in context: http://apache-spark-user-list.1001560.n3.na