You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by dw...@apache.org on 2020/07/23 14:02:38 UTC

[flink-web] branch asf-site updated (f69f90c -> cbe7390)

This is an automated email from the ASF dual-hosted git repository.

dwysakowicz pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git.


    from f69f90c  Rebuild website
     new eee312b  Fix code block in catalogs blogpost
     new cbe7390  Rebuild website

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 _posts/2020-07-23-catalogs.md    | 1 +
 content/2020/07/23/catalogs.html | 7 +++----
 2 files changed, 4 insertions(+), 4 deletions(-)


[flink-web] 01/02: Fix code block in catalogs blogpost

Posted by dw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dwysakowicz pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit eee312b2c4e678080bc8f93d8ad54334e68236e4
Author: Dawid Wysakowicz <dw...@apache.org>
AuthorDate: Thu Jul 23 16:01:13 2020 +0200

    Fix code block in catalogs blogpost
---
 _posts/2020-07-23-catalogs.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_posts/2020-07-23-catalogs.md b/_posts/2020-07-23-catalogs.md
index 8ffbd78..ad9eb03 100644
--- a/_posts/2020-07-23-catalogs.md
+++ b/_posts/2020-07-23-catalogs.md
@@ -76,6 +76,7 @@ CREATE CATALOG hive WITH (
     'hive-version'='2.3.6',
     'hive-conf-dir'='/opt/hive-conf'
 );
+```
 
 After creating the catalogs, you can confirm that they are available to Flink and also list the databases or tables in each of these catalogs:
 


[flink-web] 02/02: Rebuild website

Posted by dw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dwysakowicz pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit cbe739046202a4144f097988e80a6744177a0d2e
Author: Dawid Wysakowicz <dw...@apache.org>
AuthorDate: Thu Jul 23 16:02:11 2020 +0200

    Rebuild website
---
 content/2020/07/23/catalogs.html | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/content/2020/07/23/catalogs.html b/content/2020/07/23/catalogs.html
index b74df09..32bec75 100644
--- a/content/2020/07/23/catalogs.html
+++ b/content/2020/07/23/catalogs.html
@@ -286,12 +286,11 @@ Flink does not store data at rest; it is a compute engine and requires other sys
     <span class="s1">&#39;property-version&#39;</span><span class="o">=</span><span class="s1">&#39;1&#39;</span><span class="p">,</span>
     <span class="s1">&#39;hive-version&#39;</span><span class="o">=</span><span class="s1">&#39;2.3.6&#39;</span><span class="p">,</span>
     <span class="s1">&#39;hive-conf-dir&#39;</span><span class="o">=</span><span class="s1">&#39;/opt/hive-conf&#39;</span>
-<span class="p">);</span>
+<span class="p">);</span></code></pre></div>
 
-<span class="k">After</span> <span class="n">creating</span> <span class="n">the</span> <span class="n">catalogs</span><span class="p">,</span> <span class="n">you</span> <span class="n">can</span> <span class="n">confirm</span> <span class="n">that</span> <span class="n">they</span> <span class="k">are</span> <span class="n">available</span> <span class="k">to</span> <span class="n">Flink</span> <span class="k">and</span> <span class="n">also</span> <span class="n">list</span> <span cla [...]
+<p>After creating the catalogs, you can confirm that they are available to Flink and also list the databases or tables in each of these catalogs:</p>
 
-<span class="o">```</span><span class="k">sql</span>
-<span class="o">&gt;</span> <span class="k">show</span> <span class="n">catalogs</span><span class="p">;</span>
+<div class="highlight"><pre><code class="language-sql"><span class="o">&gt;</span> <span class="k">show</span> <span class="n">catalogs</span><span class="p">;</span>
 <span class="n">default_catalog</span>
 <span class="n">hive</span>
 <span class="n">postgres</span>