[jira] [Resolved] (STORM-3928) Use python3 in flux test, examples and wrappers

2023-06-30 Thread Bipin Prasad (Jira)


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

Bipin Prasad resolved STORM-3928.
-
Resolution: Fixed

> Use python3 in flux test, examples and wrappers
> ---
>
> Key: STORM-3928
> URL: https://issues.apache.org/jira/browse/STORM-3928
> Project: Apache Storm
>  Issue Type: Task
>  Components: Flux, flux-examples
>Reporter: Bipin Prasad
>Assignee: Bipin Prasad
>Priority: Major
> Fix For: 2.5.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Use python3 in flux examples
>  #   flux/flux-core/src/test/resources/configs/bad_shell_test.yaml
>  #   flux/flux-core/src/test/resources/configs/kafka_test.yaml
>  #   flux/flux-core/src/test/resources/configs/shell_test.yaml
>  #   flux/flux-core/src/test/resources/configs/substitution-test.yaml
>  #   flux/flux-examples/src/main/resources/kafka_spout.yaml
>  #  flux/flux-examples/src/main/resources/multilang.yaml
>  #  
> flux/flux-wrappers/src/main/java/org/apache/storm/flux/wrappers/bolts/FluxShellBolt.java
>  #  
> flux/flux-wrappers/src/main/java/org/apache/storm/flux/wrappers/spouts/FluxShellSpout.java



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (STORM-3929) Update documentation to refer to python3

2023-06-30 Thread Bipin Prasad (Jira)


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

Bipin Prasad resolved STORM-3929.
-
Resolution: Fixed

> Update documentation to refer to python3
> 
>
> Key: STORM-3929
> URL: https://issues.apache.org/jira/browse/STORM-3929
> Project: Apache Storm
>  Issue Type: Task
>  Components: documentation
>Reporter: Bipin Prasad
>Assignee: Bipin Prasad
>Priority: Minor
> Fix For: 2.5.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Update document to refer to python3 instead of python. And capitalize Python 
> when referring to the language itself.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (STORM-3926) "bin/storm dev-zookeeper" fails to find python

2023-06-30 Thread Bipin Prasad (Jira)


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

Bipin Prasad resolved STORM-3926.
-
Resolution: Fixed

> "bin/storm dev-zookeeper" fails to find python
> --
>
> Key: STORM-3926
> URL: https://issues.apache.org/jira/browse/STORM-3926
> Project: Apache Storm
>  Issue Type: Task
>  Components: storm-client
>Reporter: Bipin Prasad
>Assignee: Bipin Prasad
>Priority: Major
> Fix For: 2.5.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Error is
> {code:java}
> % ./bin/storm dev-zookeeper 
> ./bin/storm: line 42: 10 * python: + python:: syntax error in expression 
> (error token is ": + python:")
> ./bin/storm: line 43: ((: < 26 : syntax error: operand expected (error token 
> is "< 26 ")
> 
> The storm client can only be run from within a release. 
> You appear to be trying to run the client from a checkout of Storm's source 
> code.
> You can download a Storm release at https://storm.apache.org/downloads.html";)
>  {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)