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

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

                Author: ASF GitHub Bot
            Created on: 16/Jul/21 13:10
            Start Date: 16/Jul/21 13:10
    Worklog Time Spent: 10m 
      Work Description: echauchot commented on pull request #15148:
URL: https://github.com/apache/beam/pull/15148#issuecomment-881438435


   I'm closing this PR because the change is way bigger, I'll open spark 3 
related tickets and submit a PR to tackle those tickets.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

    Worklog Id:     (was: 623577)
    Time Spent: 0.5h  (was: 20m)

> Spark Structured Streaming runner sources are not visible from the IDE
> ----------------------------------------------------------------------
>
>                 Key: BEAM-12591
>                 URL: https://issues.apache.org/jira/browse/BEAM-12591
>             Project: Beam
>          Issue Type: Bug
>          Components: build-system, runner-spark
>            Reporter: Etienne Chauchot
>            Assignee: Etienne Chauchot
>            Priority: P2
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When spark 3 was introduced, *the spark structured streaming runner sources 
> were moved to spark/2 module* 
> ([https://github.com/apache/beam/pull/14216/commits/9c0f6088078563ece6dc60877b0dcb320f1c9bfe])
>  and the build system was changed. Now spark runners are built per spark 
> version module (2 or 3) and the version specific sources are copied from 
> _spark-version/src_ to _spark-version/build/source-overrides_ and gradle 
> source sets are set to _main-spark src + 
> spark-version/build/source-overrides_. The problem is that  
> _spark-version/src_ is outside of gradle source sets and thus the IDE does 
> not compile this source, that is not an issue when there is very few classes 
> but in the case of the spark structured streaming runner, *it is the whole 
> runner code that is rendered invisible to the IDE* which is impracticable for 
> runner development.
>  
> As ide project settings are gerenated with gradle import, changing the 
> project settings manually would not work as the settings would be erased with 
> each gradle import



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

Reply via email to