<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Greenplum - 标签 - 招财猫的部落格</title>
        <link>https://blog.besty.day/tags/greenplum/</link>
        <description>Greenplum - 标签 - 招财猫的部落格</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><lastBuildDate>Sun, 14 Apr 2019 15:40:23 &#43;0800</lastBuildDate><atom:link href="https://blog.besty.day/tags/greenplum/" rel="self" type="application/rss+xml" /><item>
    <title>Greenplum TPC-H测试</title>
    <link>https://blog.besty.day/posts/2019/04/tpch-test/</link>
    <pubDate>Sun, 14 Apr 2019 15:40:23 &#43;0800</pubDate>
    <author>招财猫</author>
    <guid>https://blog.besty.day/posts/2019/04/tpch-test/</guid>
    <description><![CDATA[<p>首先从<a href="http://www.tpc.org" target="_blank" rel="noopener noreffer ">官网</a>下载TPC-H_Tools_v2.18.0.zip，解压</p>
<div class="code-block code-line-numbers open" style="counter-reset: code-block 0">
    <div class="code-header language-bash">
        <span class="code-title"><i class="arrow fas fa-angle-right" aria-hidden="true"></i></span>
        <span class="ellipses"><i class="fas fa-ellipsis-h" aria-hidden="true"></i></span>
        <span class="copy" title="复制到剪贴板"><i class="far fa-copy" aria-hidden="true"></i></span>
    </div><div class="highlight"><pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl">$ unzip TPC-H_Tools_v2.18.0.zip</span></span></code></pre></div></div>

<p>进入<code>dbgen</code>目录，拷贝Makefile</p>]]></description>
</item>
<item>
    <title>gpdb官方安装包自定义安装路径的方法</title>
    <link>https://blog.besty.day/posts/2019/04/custom_gpdb_installation/</link>
    <pubDate>Thu, 11 Apr 2019 16:38:13 &#43;0800</pubDate>
    <author>招财猫</author>
    <guid>https://blog.besty.day/posts/2019/04/custom_gpdb_installation/</guid>
    <description><![CDATA[<p>下载安装包并解压，得到一个bin文件，从bin文件提取rpm文件</p>
<div class="code-block code-line-numbers open" style="counter-reset: code-block 0">
    <div class="code-header language-bash">
        <span class="code-title"><i class="arrow fas fa-angle-right" aria-hidden="true"></i></span>
        <span class="ellipses"><i class="fas fa-ellipsis-h" aria-hidden="true"></i></span>
        <span class="copy" title="复制到剪贴板"><i class="far fa-copy" aria-hidden="true"></i></span>
    </div><div class="highlight"><pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl"><span class="c1"># 前960行为安装脚本</span>
</span></span><span class="line"><span class="cl"><span class="o">[</span>root@hadoop2 ~<span class="o">]</span><span class="c1"># tail -n +961 greenplum-db-5.16.0-rhel7-x86_64.bin &gt; gpdb.tar.gz</span></span></span></code></pre></div></div>

<p>如果集群没有gpadmin用户，可以利用<code>gpssh</code>批量创建gpadmin用户。首先以root用户登陆master节点，解压gpdb.tar.gz：</p>]]></description>
</item>
<item>
    <title>Docker安装gpdb测试数据库</title>
    <link>https://blog.besty.day/posts/2019/01/docker_install_gpdb_dev_env/</link>
    <pubDate>Thu, 17 Jan 2019 15:02:33 &#43;0800</pubDate>
    <author>招财猫</author>
    <guid>https://blog.besty.day/posts/2019/01/docker_install_gpdb_dev_env/</guid>
    <description><![CDATA[<p><strong>下载gpdb-dev镜像</strong></p>
<p><code>pivotaldata/gpdb-dev:centos7</code>是官方的开发镜像，里面已经装好了一些依赖，所以使用起来会方便一点。</p>]]></description>
</item>
<item>
    <title>docker安装greenplum集群</title>
    <link>https://blog.besty.day/posts/2018/08/install-greenplum-in-docker/</link>
    <pubDate>Tue, 21 Aug 2018 19:15:14 &#43;0800</pubDate>
    <author>招财猫</author>
    <guid>https://blog.besty.day/posts/2018/08/install-greenplum-in-docker/</guid>
    <description><![CDATA[<p>本文参考<a href="https://my.oschina.net/u/876354/blog/1606419" target="_blank" rel="noopener noreffer ">这里</a>安装greenplum成功，并记录一下过程</p>
<h2 id="创建docker节点">创建docker节点</h2>
<p>拉取centos镜像</p>
<div class="code-block code-line-numbers open" style="counter-reset: code-block 0">
    <div class="code-header language-bash">
        <span class="code-title"><i class="arrow fas fa-angle-right" aria-hidden="true"></i></span>
        <span class="ellipses"><i class="fas fa-ellipsis-h" aria-hidden="true"></i></span>
        <span class="copy" title="复制到剪贴板"><i class="far fa-copy" aria-hidden="true"></i></span>
    </div><div class="highlight"><pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl"><span class="o">[</span>xiaoyu@xiaoyu ~<span class="o">]</span>$ docker pull centos</span></span></code></pre></div></div>

<p>创建几个容器，作为greenplum的节点</p>]]></description>
</item>
</channel>
</rss>
