Skip to content

Commit

Permalink
working
Browse files Browse the repository at this point in the history
  • Loading branch information
ahirreddy committed Apr 15, 2014
1 parent 5496f9f commit 043ca85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/pyspark/rdd.py
Original file line number Diff line number Diff line change
Expand Up @@ -1394,6 +1394,7 @@ def __init__(self, pyRDD):
self.ctx = pyRDD.ctx
self.sql_ctx = self.ctx._jvm.JavaSQLContext(self.ctx._jsc)
self._jrdd = self.ctx._pythonToJava(pyRDD._jrdd)
self._srdd = self.sql_ctx.applySchema(self._jrdd)


def _test():
Expand Down

0 comments on commit 043ca85

Please sign in to comment.