guoyuhaoaaa

Results 3 issues of guoyuhaoaaa

您好,我在使用GoogleDrive下载的docker镜像部署环境的时候,在配置oozie的时候遇到了问题: 1 当我执行命令: $OOZIE_HOME/bin/oozie-setup.sh prepare-war的时候得到下面的错误 ![image](https://user-images.githubusercontent.com/10019527/45160861-0c012f00-b21d-11e8-9467-ed770dc80c25.png) 根本就没有生成war包 查了不少网上的教程,总感觉提供的oozie里少东西,比方说网上很多地方提到的ext-2.2.zip 2 当我执行命令:$OOZIE_HOME/bin/ooziedb.sh create -sqlfile oozie.sql -run 得到以下错误: ![image](https://user-images.githubusercontent.com/10019527/45161198-d7da3e00-b21d-11e8-932d-8143a5f7211e.png) 3 不知道是不是oozie没有配置好,当我submit提交任务的时候,得到下面的错误: ![image](https://user-images.githubusercontent.com/10019527/45161239-f2141c00-b21d-11e8-8011-22851108249b.png) @sinllychen 希望您能解答

@sinllychen 当我使用idea开发调试的时候,当提交任务的时候,出现了submit failled,当我定位错误的时候,发现是public static void upload(String uri, String content) throws IOException { Path path = new Path(Constants.NAME_NODE + "/" + uri); if (fs.exists(path)) fs.delete(path, true); OutputStream out = fs.create(path); InputStream...

你好,如果我想使用spark2.3,需要对项目做哪些调整??