
Jatin Madaan
Feb 6, 20192 min read
Simple Pyspark Code to read sequential file,run sql query and storing Text File in hdfs :
import time import sys import subprocess ## Getting start time of a job start_time= time.time() ## importing spark and Hive Context to...
