spark-submit spring-boot app

时间:2016-08-10 21:47:07

标签: apache-spark spring-boot

我在使用spark-submit脚本将spring-boot应用程序提交到apache-spark(独立集群)时遇到问题。 应用程序公开RESTful服务以对spark进行一些计算但是当我运行时

./spark-submit  --master spark://node01:7077,node02:17077 --jars spark.jar  spark.jar

在我的主节点上我收到以下错误:

*org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.context.ApplicationContextException: Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFactory bean.
        at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:133) ~[spring-boot-1.3.5.RELEASE.jar!/:1.3.5.RELEASE]

我读了关于stackoverflow的帖子,当他们想要提交spring应用程序到apache spark时,其他一些人在登录时遇到问题,但我有一个问题。是否有任何教程可以编写spring-boot应用程序来提交spark?

0 个答案:

没有答案