How sparksql is different from hql and sql?



How sparksql is different from hql and sql?..

Answer / Prashant Kumar Chaturvedi

Spark SQL is similar to SQL in that it uses SQL-like queries, but it operates on Spark's DataFrame or DataSet API, which provides a programming interface for big data sets. HQL (Hibernate Query Language) is used for querying objects in Java applications using the Hibernate ORM framework.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Who uses apache spark?

1 Answers  


How can data transfer be minimized when working with Apache Spark?

1 Answers  


What languages support spark?

1 Answers  


How do you process big data with spark?

1 Answers  


Define RDD?

1 Answers  


Can we do real-time processing using spark sql?

1 Answers  


How can we create RDD in Apache Spark?

1 Answers  


Can we install spark on windows?

1 Answers  


What do you understand about yarn?

1 Answers  


Is there any benefit of learning MapReduce, then?

1 Answers  


Explain the use of File system API in Apache Spark

1 Answers  


Why we need compression and what are the different compression format supported?

1 Answers  


Categories