cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to translate Apache Pig LOAD statement to Spark?

User15787040559
Databricks Employee
Databricks Employee

If you have the following Apache Pig LOAD statement:

TOCCT = LOAD 'db_custbase.ods_corp_cust_t' using $HCatLoader;

the equivalent code in Apache Spark is:

TOCCT_DF = spark.read.table("db_custbase.ods_corp_cust_t")

0 REPLIES 0