[ 
https://issues.apache.org/jira/browse/BEAM-9452?focusedWorklogId=398533&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-398533
 ]

ASF GitHub Bot logged work on BEAM-9452:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Mar/20 17:24
            Start Date: 05/Mar/20 17:24
    Worklog Time Spent: 10m 
      Work Description: lukecwik commented on issue #11056: [BEAM-9452] Update 
classgraph to latest version to resolve windows classpath scanning issue
URL: https://github.com/apache/beam/pull/11056#issuecomment-595348963
 
 
   Run Python2_PVR_Flink PreCommit
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 398533)
    Time Spent: 20m  (was: 10m)

> PipelineResources algorithm is not working on Windows
> -----------------------------------------------------
>
>                 Key: BEAM-9452
>                 URL: https://issues.apache.org/jira/browse/BEAM-9452
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-dataflow, sdk-java-core
>    Affects Versions: 2.19.0
>         Environment: windows
>            Reporter: Peter Farkas
>            Assignee: Luke Cwik
>            Priority: Critical
>             Fix For: 2.20.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Causing issue: BEAM-5495
> Deploying a pipeline using
> - Dataflow runner
> - 2.19 SDK
> - Windows OS
> fails with the following stack trace:
> {code:java}
> Exception in thread "main" java.lang.RuntimeException: Failed to construct 
> instance from factory method DataflowRunner#fromOptions(interface 
> org.apache.beam.sdk.options.PipelineOptions)
> at 
> org.apache.beam.sdk.util.InstanceBuilder.buildFromMethod(InstanceBuilder.java:224)
> at org.apache.beam.sdk.util.InstanceBuilder.build(InstanceBuilder.java:155)
> at org.apache.beam.sdk.PipelineRunner.fromOptions(PipelineRunner.java:55)
> at org.apache.beam.sdk.Pipeline.create(Pipeline.java:147)
> ...
> Caused by: java.lang.reflect.InvocationTargetException
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at 
> org.apache.beam.sdk.util.InstanceBuilder.buildFromMethod(InstanceBuilder.java:214)
> ... 8 more
> Caused by: java.lang.IllegalArgumentException: No files to stage has been 
> found.
> at 
> org.apache.beam.runners.dataflow.DataflowRunner.fromOptions(DataflowRunner.java:281)
> ... 13 more
> {code}
> After digging into the code, the library seems to think that my local jars 
> are remote jars (the remote jar regex matches to windows paths as well):
> # nonapi.io.github.classgraph.fastzipfilereader.NestedJarHandler:257
> # io.github.classgraph.ClasspathElementZip:163



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to