49
with open('/tmp/test.out','w') as fp:
It writes into file /tmp/test.out below:
%cat /tmp/test.out
01234
That is enough to start working application development with Spark with Python and will continue have on demand Python crash courses whenever needed during developing Spark application using PySpark
Last updated