You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/02/04 12:56:34 UTC

[GitHub] rmetzger commented on a change in pull request #7648: Updated vendor building documentation with library that exists

rmetzger commented on a change in pull request #7648: Updated vendor building documentation with library that exists
URL: https://github.com/apache/flink/pull/7648#discussion_r253457991
 
 

 ##########
 File path: docs/flinkDev/building.md
 ##########
 @@ -94,11 +94,11 @@ mvn clean install -DskipTests -Dhadoop.version=2.6.1
 {% endhighlight %}
 
 ### Vendor-specific Versions
-
+To check the list of supported vendor versions, look in https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-hdfs?repo=cloudera
 To build Flink against a vendor specific Hadoop version, issue the following command:
 
 {% highlight bash %}
-mvn clean install -DskipTests -Pvendor-repos -Dhadoop.version=2.6.1-cdh5.0.0
+mvn clean install -DskipTests -Pvendor-repos -Dhadoop.version=2.6.0-cdh5.16.1
 
 Review comment:
   Good catch. It really seems like `2.6.1-cdh5.0.0` does not exist.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services