Hi Jacek,
It seems you need to properly set environment variables like
PYSPARK_PYTHON, PYSPARK_DRIVER_PYTHON
> I think GeographyType should be defined in __all__
in pyspark/sql/types.py, shouldn't it?
you are right, both GeographyType and GeometryType should be included in
__all__.
thanks
On Su
Hi,
Just FYI that running spark-pipelines in the latest master gives the
following TypeError:
Traceback (most recent call last):
File "", line 1, in
File "/Users/jacek/oss/spark/python/pyspark/__init__.py", line 129, in
from pyspark.sql import SQLContext, HiveContext # noqa: F401
Fil