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

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

                Author: ASF GitHub Bot
            Created on: 18/Mar/19 10:23
            Start Date: 18/Mar/19 10:23
    Worklog Time Spent: 10m 
      Work Description: mxm commented on pull request #7875: [BEAM-6730] 
Support configuring transforms externally in Java SDK / Expose Java's 
GenerateSequence in Python
URL: https://github.com/apache/beam/pull/7875#discussion_r266368717
 
 

 ##########
 File path: sdks/python/apache_beam/runners/portability/flink_runner_test.py
 ##########
 @@ -153,6 +156,23 @@ def test_read(self):
     def test_no_subtransform_composite(self):
       raise unittest.SkipTest("BEAM-4781")
 
+    def test_external_transform(self):
+      # options = super(FlinkRunnerTest, self).create_options()
+      # options._all_options['shutdown_sources_on_final_watermark'] = True
+      # options._all_options['parallelism'] = 1
+      # options._all_options['streaming'] = True
+
+      self.create_options()
+      expansion_address = "localhost:" + str(FlinkRunnerTest.expansion_port)
+
+      with self.create_pipeline() as p:
+        res = (
 
 Review comment:
   I'm not sure, all of these tests used to be PostCommit, but we moved them to 
PreCommit to have less PostCommit breakage. It might be good to have it in 
PreCommit for now.
 
----------------------------------------------------------------
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:
[email protected]


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

    Worklog Id:     (was: 214676)
    Time Spent: 10h 10m  (was: 10h)

> Expose Java transforms (specifically IO) in other SDKs
> ------------------------------------------------------
>
>                 Key: BEAM-6730
>                 URL: https://issues.apache.org/jira/browse/BEAM-6730
>             Project: Beam
>          Issue Type: New Feature
>          Components: runner-flink, sdk-java-core, sdk-py-core
>            Reporter: Maximilian Michels
>            Assignee: Maximilian Michels
>            Priority: Major
>          Time Spent: 10h 10m
>  Remaining Estimate: 0h
>
> Since https://github.com/apache/beam/pull/7316 we can reference external 
> transforms which are transforms only available in a "foreign" SDKs. This 
> allows us to fill the gap in terms of missing transforms in the Python and Go 
> SDK, specifically IO transforms.
> We can start collecting/exposing transforms that Beam users need. The 
> following transforms could be interesting:
> - KafkaIO / KinesisIO
> - CassandraIO / ElasticserchIO / Hbase / Redis
> - JDBC
> - S3 file system
> - GenerateSequence
> See also https://s.apache.org/beam-cross-language-io and BEAM-6485.
> CC [~robertwb] [~chamikara] [~thw]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to