top of page
Welcome to Blog by
Jatin Madaan
Search
Jatin Madaan
Apr 28, 20191 min read
Hive on Spark simple program
## PySpark code to run sql command . code : ## Importing HiveContext >>>> from pyspark.sql import Hive Context ## Create a SqlContext...
120
Jatin Madaan
Mar 28, 20191 min read
Load data into Hive table from a file on local system
To Load data from a csv (it can be pipe,tab,comma seprated ) file : Step 1 : Create a table with delimiter as given in file Command :...
570
Jatin Madaan
Mar 9, 20191 min read
Hive SQL return code check
While running hive query using hive -e or hive -f command merely writing rc=$? below hive command will not help , it will only tell if...
191
Home: Blog
bottom of page