Project on for designing a system to execute a specific kind of INNER JOIN and GROUP BY SQL queries using Hadoop and Spark
http://localhost:8080/cloudproject
./api/test
: Returns a page displaying Hello World!. Useful for testing if the API is live/api/query
: Request body should be in application/json
format.Global configuration file: com.project.cloud.Globals
<Condition2>
of the WHERE
clause in INNER JOIN
query is assumed to be an equality operation in one of the columns of the final table.<COLUMNS>
of SELECT
and GROUP BY
have been assumed to be the same.HAVING
clause is assumed to be integer.