user3027752
user3027752

Reputation:

Bluemix Spark with Java

I have a Bluemix trial and I want to use it with a Java application that I have developed using Spark framework using swift storage. This application uses Maven for its build process.I know there is a Spark service in BlueMix.

I have several questions:

Are there any examples that I can look at for deploying such app into Bluemix?

Upvotes: 2

Views: 539

Answers (1)

Randy Horman
Randy Horman

Reputation: 430

The Bluemix Apache Spark Service currently, as of Nov 1st, 2015, only supports Jupyter notebooks, for scala and python language kernels. You cannot bind a java app to this notebook service.

Upvotes: 3

Related Questions