Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how will you implement SQL in Spark?



how will you implement SQL in Spark?..

Answer / Randhir Pratap

Spark SQL can be used to work with structured data using SQL. First, create DataFrames or DataSets from your data sources, then use Spark SQL functions and operators to perform operations, and finally register temporary views to query the data like traditional SQL. You can also use external libraries such as JDBC and JPA for integrating Spark SQL with relational databases.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Define the run-time architecture of Spark?

1 Answers  


What is accumulators and broadcast variables in spark?

1 Answers  


Does Apache Spark provide checkpoints?

1 Answers  


How many ways we can create rdd?

1 Answers  


What happens to rdd when one of the nodes on which it is distributed goes down?

1 Answers  


Is spark sql a database?

1 Answers  


What do you understand by Executor Memory in a Spark application?

1 Answers  


Hadoop uses replication to achieve fault tolerance. How is this achieved in Apache Spark?

1 Answers  


What are the disadvantages of using Spark?

1 Answers  


Explain pipe() operation in Apache Spark?

1 Answers  


On which all platform can Apache Spark run?

1 Answers  


Is spark part of hadoop?

1 Answers  


Categories