adspace


How sparksql is different from hql and sql?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how RDDs work with Scala in Spark

411


What is meant by Transformation? Give some examples.

385


List the advantage of Parquet file in Apache Spark?

525


What is the latest version of spark?

343