Java/Spark Library for interacting with Spark API

2016-02-28 Thread hbogert
-- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Java-Spark-Library-for-interacting-with-Spark-API-tp26353.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To

Java/Spark Library for interacting with Spark API

2016-02-26 Thread Hans van den Bogert
Hi, Does anyone know of a Java/Scala library (not simply a HTTP library) for interacting with Spark through its REST/HTTP API? My “problem” is that interacting through REST induces a lot of work mapping the JSON to sensible Spark/Scala objects. So a simple example, I hope there is a library