On Tue, May 28, 2019 at 2:21 PM 青雉(祁明良) <[email protected]> wrote: > > https://github.com/apache/beam/pull/8700 > Please help to create a JIRA and format the PR message.
Thanks! I created https://issues.apache.org/jira/browse/BEAM-7441 . If you create an account I can add you as a contributor and assign you to that issue. > Filesystems are registered using the java service provider interfaces. > Here the HDFS filesystem needs to be built into the job server (or at > least on the classpath when it's invoked). > > > I tried to put the jar file under classpath, but some basic hadoop dependency > is missing. > Is there a simple way to built all depenpencies into > beam-runners-flink_2.11-job-server distribution? The easiest would probably be to create a project that depends on both the job server and the hadoop filesystem and then build that as a fat jar. > On 28 May 2019, at 7:45 PM, Robert Bradshaw <[email protected]> wrote: > > Filesystems are registered using the java service provider interfaces. > Here the HDFS filesystem needs to be built into the job server (or at > least on the classpath when it's invoked). > > > > 本邮件及其附件含有小红书公司的保密信息,仅限于发送给以上收件人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件! > This communication may contain privileged or other confidential information > of Red. If you have received it in error, please advise the sender by reply > e-mail and immediately delete the message and any attachments without copying > or disclosing the contents. Thank you.
