[jira] [Updated] (BEAM-3853) 2.4.0 Python mobile gaming leader_board example is not working

2018-06-04 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/BEAM-3853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré updated BEAM-3853:
---
Fix Version/s: (was: 2.5.0)
   2.6.0

> 2.4.0 Python mobile gaming leader_board example is not working
> --
>
> Key: BEAM-3853
> URL: https://issues.apache.org/jira/browse/BEAM-3853
> Project: Beam
>  Issue Type: Bug
>  Components: examples-python
>Reporter: yifan zou
>Assignee: Ahmet Altay
>Priority: Major
> Fix For: 2.6.0
>
>
> The leader_board example does not work on DirectRunner. No result are 
> generated.
> *Run Injector to simulate data:*
>   mvn compile exec:java \
>    -Dexec.mainClass=org.apache.beam.examples.complete.game.injector.Injector \
>    Dexec.args="  none" 
> *Setup virtualenv and install python sdk from 
> [https://dist.apache.org/repos/dist/dev/beam/2.4.0/]*
>   virtualenv temp_virtualenv
>    . temp_virtualenv/bin/activate && pip install apache-beam-2.4.0-python.zip
> *Run leader_board*:
>   python -m apache_beam.examples.complete.game.leader_board \
>   --project=\
>   --topic projects//topics/\
>   --dataset= \
>   --runner=DirectRunner \
>   --table=
>  
>  



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


[jira] [Updated] (BEAM-3853) 2.4.0 Python mobile gaming leader_board example is not working

2018-03-14 Thread yifan zou (JIRA)

 [ 
https://issues.apache.org/jira/browse/BEAM-3853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

yifan zou updated BEAM-3853:

Description: 
The leader_board example does not work on DirectRunner. No result are generated.

*Run Injector to simulate data:*

  mvn compile exec:java \
   -Dexec.mainClass=org.apache.beam.examples.complete.game.injector.Injector \
   Dexec.args="  none" 

*Setup virtualenv and install python sdk from 
[https://dist.apache.org/repos/dist/dev/beam/2.4.0/]*

  virtualenv temp_virtualenv
   . temp_virtualenv/bin/activate && pip install apache-beam-2.4.0-python.zip

*Run leader_board*:

  python -m apache_beam.examples.complete.game.leader_board \
  --project=\
  --topic projects//topics/\
  --dataset= \
  --runner=DirectRunner \
  --table=

 

 

  was:
The leader_board example does not work on DirectRunner. No result are 
generated. 

*Run Injector to simulate data:*

  mvn compile exec:java \
  -Dexec.mainClass=org.apache.beam.examples.complete.game.injector.Injector \
  Dexec.args="  none" 

*Setup virtualenv and install python sdk from 
[https://dist.apache.org/repos/dist/dev/beam/2.4.0/]*

  virtualenv temp_virtualenv
  . temp_virtualenv/bin/activate && pip install apache-beam-2.4.0-python.zip

Run leader_board:

 

 

 


> 2.4.0 Python mobile gaming leader_board example is not working
> --
>
> Key: BEAM-3853
> URL: https://issues.apache.org/jira/browse/BEAM-3853
> Project: Beam
>  Issue Type: Bug
>  Components: examples-python
>Reporter: yifan zou
>Assignee: Ahmet Altay
>Priority: Major
> Fix For: 2.5.0
>
>
> The leader_board example does not work on DirectRunner. No result are 
> generated.
> *Run Injector to simulate data:*
>   mvn compile exec:java \
>    -Dexec.mainClass=org.apache.beam.examples.complete.game.injector.Injector \
>    Dexec.args="  none" 
> *Setup virtualenv and install python sdk from 
> [https://dist.apache.org/repos/dist/dev/beam/2.4.0/]*
>   virtualenv temp_virtualenv
>    . temp_virtualenv/bin/activate && pip install apache-beam-2.4.0-python.zip
> *Run leader_board*:
>   python -m apache_beam.examples.complete.game.leader_board \
>   --project=\
>   --topic projects//topics/\
>   --dataset= \
>   --runner=DirectRunner \
>   --table=
>  
>  



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


[jira] [Updated] (BEAM-3853) 2.4.0 Python mobile gaming leader_board example is not working

2018-03-14 Thread yifan zou (JIRA)

 [ 
https://issues.apache.org/jira/browse/BEAM-3853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

yifan zou updated BEAM-3853:

Description: 
The leader_board example does not work on DirectRunner. No result are 
generated. 

*Run Injector to simulate data:*

  mvn compile exec:java \
  -Dexec.mainClass=org.apache.beam.examples.complete.game.injector.Injector \
  Dexec.args="  none" 

*Setup virtualenv and install python sdk from 
[https://dist.apache.org/repos/dist/dev/beam/2.4.0/]*

  virtualenv temp_virtualenv
  . temp_virtualenv/bin/activate && pip install apache-beam-2.4.0-python.zip

Run leader_board:

 

 

 

  was:
The leader_board example does not work on DirectRunner. No result are 
generated. 

Run Injector to simulate data:

mvn compile exec:java \
-Dexec.mainClass=org.apache.beam.examples.complete.game.injector.Injector \
Dexec.args="  none" 

Setup virtualenv and install python sdk from 
[https://dist.apache.org/repos/dist/dev/beam/2.4.0/]

 

 


> 2.4.0 Python mobile gaming leader_board example is not working
> --
>
> Key: BEAM-3853
> URL: https://issues.apache.org/jira/browse/BEAM-3853
> Project: Beam
>  Issue Type: Bug
>  Components: examples-python
>Reporter: yifan zou
>Assignee: Ahmet Altay
>Priority: Major
> Fix For: 2.5.0
>
>
> The leader_board example does not work on DirectRunner. No result are 
> generated. 
> *Run Injector to simulate data:*
>   mvn compile exec:java \
>   -Dexec.mainClass=org.apache.beam.examples.complete.game.injector.Injector \
>   Dexec.args="  none" 
> *Setup virtualenv and install python sdk from 
> [https://dist.apache.org/repos/dist/dev/beam/2.4.0/]*
>   virtualenv temp_virtualenv
>   . temp_virtualenv/bin/activate && pip install apache-beam-2.4.0-python.zip
> Run leader_board:
>  
>  
>  



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


[jira] [Updated] (BEAM-3853) 2.4.0 Python mobile gaming leader_board example is not working

2018-03-14 Thread yifan zou (JIRA)

 [ 
https://issues.apache.org/jira/browse/BEAM-3853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

yifan zou updated BEAM-3853:

Description: 
The leader_board example does not work on DirectRunner. No result are 
generated. 

Run Injector to simulate data:

mvn compile exec:java \
-Dexec.mainClass=org.apache.beam.examples.complete.game.injector.Injector \
Dexec.args="  none" 

Setup virtualenv and install python sdk from 
[https://dist.apache.org/repos/dist/dev/beam/2.4.0/]

 

 

  was:
The leader_board example does not work on DirectRunner. No result are 
generated. 

Run Injector to simulate data:

 


> 2.4.0 Python mobile gaming leader_board example is not working
> --
>
> Key: BEAM-3853
> URL: https://issues.apache.org/jira/browse/BEAM-3853
> Project: Beam
>  Issue Type: Bug
>  Components: examples-python
>Reporter: yifan zou
>Assignee: Ahmet Altay
>Priority: Major
> Fix For: 2.5.0
>
>
> The leader_board example does not work on DirectRunner. No result are 
> generated. 
> Run Injector to simulate data:
> mvn compile exec:java \
> -Dexec.mainClass=org.apache.beam.examples.complete.game.injector.Injector \
> Dexec.args="  none" 
> Setup virtualenv and install python sdk from 
> [https://dist.apache.org/repos/dist/dev/beam/2.4.0/]
>  
>  



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


[jira] [Updated] (BEAM-3853) 2.4.0 Python mobile gaming leader_board example is not working

2018-03-14 Thread yifan zou (JIRA)

 [ 
https://issues.apache.org/jira/browse/BEAM-3853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

yifan zou updated BEAM-3853:

Description: 
The leader_board example does not work on DirectRunner. No result are 
generated. 

Run Injector to simulate data:

 

  was:The leader_board example does not work on DirectRunner. No result are 
generated. 


> 2.4.0 Python mobile gaming leader_board example is not working
> --
>
> Key: BEAM-3853
> URL: https://issues.apache.org/jira/browse/BEAM-3853
> Project: Beam
>  Issue Type: Bug
>  Components: examples-python
>Reporter: yifan zou
>Assignee: Ahmet Altay
>Priority: Major
> Fix For: 2.5.0
>
>
> The leader_board example does not work on DirectRunner. No result are 
> generated. 
> Run Injector to simulate data:
>  



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