[ 
https://issues.apache.org/jira/browse/FLINK-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14979160#comment-14979160
 ] 

Fabian Hueske commented on FLINK-2932:
--------------------------------------

Committers definitely need a CLA.
However, http://www.apache.org/licenses states:
{quote}
The ASF desires that all contributors of ideas, code, or documentation to the 
Apache projects complete, sign, and submit (via postal mail, fax or email) an 
Individual Contributor License Agreement (1) (CLA)..
{quote}

So it is not strictly required to file a CLA. However, if you plan to do 
"significant" contributions it would be good to file one. You can do that at 
any point of time of course.

> Flink quickstart docs should ask users to download from https, not http
> -----------------------------------------------------------------------
>
>                 Key: FLINK-2932
>                 URL: https://issues.apache.org/jira/browse/FLINK-2932
>             Project: Flink
>          Issue Type: Improvement
>          Components: Documentation
>            Reporter: Frederick F. Kautz IV
>            Priority: Minor
>
> https://ci.apache.org/projects/flink/flink-docs-master/quickstart/java_api_quickstart.html
> https://ci.apache.org/projects/flink/flink-docs-master/quickstart/scala_api_quickstart.html
> Both of these documents ask the users to run a script insecurely downloaded 
> from an HTTP server. The server supports HTTPS. Can we change the target to 
> be secure?
> Currently:
> {code}
> curl http://flink.apache.org/q/quickstart-scala.sh | bash
> {code}
> expected:
> {code}
> curl https://flink.apache.org/q/quickstart-scala.sh | bash
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to