I am pretty new to spark. I have produced a file having around 420 mb of data with SPARK job. I have a Java application which only needs to query data concurrently from that file based on certain conditions and return data in json format. So far I have found two RESTful APIs for SPARK but they are only for submitting SPARK jobs remotely and managing SPARK contexts,
1)Livy
2)Spark job-server
If available,what are the other options for doing the same(except database)?