You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2017/02/10 06:03:08 UTC

[1/2] flink git commit: [FLINK-5517] Upgrade hbase version to 1.3.0

Repository: flink
Updated Branches:
  refs/heads/master fd872a149 -> 02410324b


[FLINK-5517] Upgrade hbase version to 1.3.0

This closes #3235.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/d007ac59
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/d007ac59
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/d007ac59

Branch: refs/heads/master
Commit: d007ac59e9a5aa5a556958e2e9e2b08b61bbabb4
Parents: fd872a1
Author: tedyu <yu...@gmail.com>
Authored: Sun Jan 29 16:44:04 2017 -0800
Committer: Tzu-Li (Gordon) Tai <tz...@apache.org>
Committed: Fri Feb 10 13:57:25 2017 +0800

----------------------------------------------------------------------
 flink-connectors/flink-hbase/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/d007ac59/flink-connectors/flink-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/flink-connectors/flink-hbase/pom.xml b/flink-connectors/flink-hbase/pom.xml
index 7c0536c..c6c5cc6 100644
--- a/flink-connectors/flink-hbase/pom.xml
+++ b/flink-connectors/flink-hbase/pom.xml
@@ -34,7 +34,7 @@ under the License.
 	<packaging>jar</packaging>
 
 	<properties>
-		<hbase.version>1.2.3</hbase.version>
+		<hbase.version>1.3.0</hbase.version>
 	</properties>
 
 	<build>


[2/2] flink git commit: [hotfix] [doc] Fix broken Flink on Windows link

Posted by tz...@apache.org.
[hotfix] [doc] Fix broken Flink on Windows link


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/02410324
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/02410324
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/02410324

Branch: refs/heads/master
Commit: 02410324b2fe2e23f7621556cfda42d7a013f1f4
Parents: d007ac5
Author: Tzu-Li (Gordon) Tai <tz...@apache.org>
Authored: Fri Feb 10 14:01:37 2017 +0800
Committer: Tzu-Li (Gordon) Tai <tz...@apache.org>
Committed: Fri Feb 10 14:01:37 2017 +0800

----------------------------------------------------------------------
 docs/quickstart/setup_quickstart.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/02410324/docs/quickstart/setup_quickstart.md
----------------------------------------------------------------------
diff --git a/docs/quickstart/setup_quickstart.md b/docs/quickstart/setup_quickstart.md
index 0628176..fcf82b5 100644
--- a/docs/quickstart/setup_quickstart.md
+++ b/docs/quickstart/setup_quickstart.md
@@ -30,7 +30,7 @@ Get a Flink example program up and running in a few simple steps.
 
 ## Setup: Download and Start Flink
 
-Flink runs on __Linux, Mac OS X, and Windows__. To be able to run Flink, the only requirement is to have a working __Java 7.x__ (or higher) installation. Windows users, please take a look at the [Flink on Windows]({{ site.baseurl }}/setup/flink_on_windows) guide which describes how to run Flink on Windows for local setups.
+Flink runs on __Linux, Mac OS X, and Windows__. To be able to run Flink, the only requirement is to have a working __Java 7.x__ (or higher) installation. Windows users, please take a look at the [Flink on Windows]({{ site.baseurl }}/setup/flink_on_windows.html) guide which describes how to run Flink on Windows for local setups.
 
 You can check the correct installation of Java by issuing the following command: