我正在尝试使用 IBM BigInsights 创建一个 oozie 应用程序。我相信要在 IBM BigInsights 上运行应用程序,最小的文件夹结构应该是:
BiApp
—> application
—> application.xml
—> workflow
—> lib
—> jar files/scripts
—> workflow.xml
我目前使用 Maven 提供的默认配置设置应用程序。即我的源代码在 src/main/java/com/example/example.java
有没有一种方法可以将应用程序打包到 IBM BigInsights 所需的文件夹结构中?