Description
The pyspark bootstrap scripts are missing some of the `java_imports` that are in the native spark java gateway: https://github.com/apache/spark/blob/master/python/pyspark/java_gateway.py#L152
Most obvious thing that doesn't work is using df.explain() from pyspark.