Skip to content

Commit 7fb4da4

Browse files
committed
updated spark_json_to_parquet.py
1 parent 49c66be commit 7fb4da4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spark_json_to_parquet.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
print("Alternatively perhaps you tried to copy this program out without it's adjacent libraries?", file=sys.stderr)
4444
sys.exit(4)
4545
pyspark_path()
46+
# pylint: disable=import-outside-toplevel
4647
from pyspark import SparkContext # pylint: disable=wrong-import-position,import-error
4748
from pyspark import SparkConf # pylint: disable=wrong-import-position,import-error
4849
from pyspark.sql import SQLContext # pylint: disable=wrong-import-position,import-error

0 commit comments

Comments
 (0)