[
https://issues.apache.org/jira/browse/BEAM-7079?focusedWorklogId=281297&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-281297
]
ASF GitHub Bot logged work on BEAM-7079:
----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Jul/19 20:27
Start Date: 23/Jul/19 20:27
Worklog Time Spent: 10m
Work Description: robertwb commented on pull request #8939: [BEAM-7079]
Add Chicago Taxi Example running on Dataflow
URL: https://github.com/apache/beam/pull/8939#discussion_r306280318
##########
File path: sdks/python/build.gradle
##########
@@ -168,6 +168,21 @@ task portableWordCount {
dependsOn project.hasProperty("streaming") ? portableWordCountStreaming :
portableWordCountBatch
}
+task dataflowChicagoTaxiExample(dependsOn: ['installGcpTest', 'sdist']) {
+
+ def gcsRoot = findProperty('gcsRoot')
+ def runner = findProperty('runner')
+ def cliArgs = "${gcsRoot} ${runner} ${project.buildDir}/apache-beam.tar.gz"
+
+ doLast {
+ exec {
+ workingDir
"$project.projectDir/apache_beam/testing/benchmarks/chicago_taxi/"
+ executable 'sh'
+ args '-c', ". ${project.ext.envdir}/bin/activate && ./run_chicago.sh
${cliArgs}"
Review comment:
E.g. perhaps dependencies could be specified and/or installed here (or in a
separate virtualenv).
----------------------------------------------------------------
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: 281297)
Time Spent: 23h 50m (was: 23h 40m)
> Run Chicago Taxi Example on Dataflow
> ------------------------------------
>
> Key: BEAM-7079
> URL: https://issues.apache.org/jira/browse/BEAM-7079
> Project: Beam
> Issue Type: Test
> Components: testing
> Reporter: Michal Walenia
> Assignee: Michal Walenia
> Priority: Minor
> Time Spent: 23h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)