Bluemix Spark with Java

笑着哭i 提交于 2019-12-12 09:52:03

问题


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:

  • Should I use Jave liberty and then bind Spark and Object storage to it?

  • What is the the proper way to declare spark imports?

  • What is the proper way to authorize against Object storage in my Java program as Softlayer doesn't support keystone?

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


回答1:


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.



来源:https://stackoverflow.com/questions/33443470/bluemix-spark-with-java

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!