spark-instrumented-optimizer/python
Josh Rosen b47d054cfc Remove use of abc.ABCMeta due to cloudpickle issue.
cloudpickle runs into issues while pickling subclasses of AccumulatorParam,
which may be related to this Python issue:

    http://bugs.python.org/issue7689

This seems hard to fix and the ABCMeta wasn't necessary, so I removed it.
2013-01-23 11:47:27 -08:00
..
examples Minor formatting fixes 2013-01-20 10:24:53 -08:00
lib Rename top-level 'pyspark' directory to 'python' 2013-01-01 15:05:00 -08:00
pyspark Remove use of abc.ABCMeta due to cloudpickle issue. 2013-01-23 11:47:27 -08:00
.gitignore Rename top-level 'pyspark' directory to 'python' 2013-01-01 15:05:00 -08:00
epydoc.conf Add RDD checkpointing to Python API. 2013-01-20 13:19:19 -08:00
run-tests Add RDD checkpointing to Python API. 2013-01-20 13:19:19 -08:00