当前位置: 首页 > news >正文

洪栾单页网站建设网站推广和优化的原因

洪栾单页网站建设,网站推广和优化的原因,河南建设网站制作,专做视频和ppt的网站Paimon Catalog可以持久化元数据,当前支持两种类型的metastore: 文件系统(默认):将元数据和表文件存储在文件系统中。hive:在 hive metastore中存储元数据。用户可以直接从 Hive 访问表。 2.2.1 文件系统…

Paimon Catalog可以持久化元数据,当前支持两种类型的metastore:

  • 文件系统(默认):将元数据和表文件存储在文件系统中。hive:在 hive metastore中存储元数据。用户可以直接从 Hive 访问表。

2.2.1 文件系统

CREATE CATALOG fs_catalog WITH (

    'type' = 'paimon',

    'warehouse' = 'hdfs://hadoop102:8020/paimon/fs'

);

USE CATALOG fs_catalog;

2.2.2 Hive Catalog

通过使用Hive Catalog,对Catalog的更改将直接影响相应的hive metastore。在此类Catalog中创建的表也可以直接从 Hive 访问。

要使用 Hive Catalog,数据库名称、表名称和字段名称应小写

1)上传 hive-connector

将flink-sql-connector-hive-3.1.3_2.12-1.17.0.jar上川到Flink的lib目录下

2)重启yarn-session集群

3)启动hive的metastore服务

nohup hive --service metastore &

4)创建Hive Catalog

CREATE CATALOG hive_catalog WITH (

    'type' = 'paimon',

    'metastore' = 'hive',

'uri' = 'thrift://hadoop102:9083',

'hive-conf-dir' = '/opt/module/hive/conf',

    'warehouse' = 'hdfs://hadoop102:8020/paimon/hive'

);

USE CATALOG hive_catalog;

5)注意事项

使用hive Catalog通过alter table更改不兼容的列类型时,参见 HIVE-17832。需要配置

vim /opt/module/hive/conf/hive-site.xml;

    <property>

        <name>hive.metastore.disallow.incompatible.col.type.changes</name>

        <value>false</value>

    </property>

上述配置需要在hive-site.xml中配置,且hive metastore服务需要重启。

如果使用的是 Hive3,请禁用 Hive ACID:

hive.strict.managed.tables=false

hive.create.as.insert.only=false

metastore.create.as.acid=false

Paimon Catalog可以持久化元数据,当前支持两种类型的metastore:

  • 文件系统(默认):将元数据和表文件存储在文件系统中。
  • hive:在 hive metastore中存储元数据。用户可以直接从 Hive 访问表。

2.2.1 文件系统

CREATE CATALOG fs_catalog WITH (

    'type' = 'paimon',

    'warehouse' = 'hdfs://hadoop102:8020/paimon/fs'

);

USE CATALOG fs_catalog;

2.2.2 Hive Catalog

通过使用Hive Catalog,对Catalog的更改将直接影响相应的hive metastore。在此类Catalog中创建的表也可以直接从 Hive 访问。

要使用 Hive Catalog,数据库名称、表名称和字段名称应小写

1)上传 hive-connector

将flink-sql-connector-hive-3.1.3_2.12-1.17.0.jar上川到Flink的lib目录下

2)重启yarn-session集群

3)启动hive的metastore服务

nohup hive --service metastore &

4)创建Hive Catalog

CREATE CATALOG hive_catalog WITH (

    'type' = 'paimon',

    'metastore' = 'hive',

'uri' = 'thrift://hadoop102:9083',

'hive-conf-dir' = '/opt/module/hive/conf',

    'warehouse' = 'hdfs://hadoop102:8020/paimon/hive'

);

USE CATALOG hive_catalog;

5)注意事项

使用hive Catalog通过alter table更改不兼容的列类型时,参见 HIVE-17832。需要配置

vim /opt/module/hive/conf/hive-site.xml;

    <property>

        <name>hive.metastore.disallow.incompatible.col.type.changes</name>

        <value>false</value>

    </property>

上述配置需要在hive-site.xml中配置,且hive metastore服务需要重启。

如果使用的是 Hive3,请禁用 Hive ACID:

hive.strict.managed.tables=false

hive.create.as.insert.only=false

metastore.create.as.acid=false

2.2.3 sql 初始化文件

vi sql_init.sql

CREATE CATALOG fs_catalog WITH (
    'type' = 'paimon',
    'warehouse' = 'hdfs://doitedu:8020/paimon/fs'
);

CREATE CATALOG hive_catalog WITH (
    'type' = 'paimon',
    'metastore' = 'hive',
'uri' = 'thrift://hadoop102:9083',
'hive-conf-dir' = '/opt/module/hive/conf',
    'warehouse' = 'hdfs://doitedu:8020/paimon/hive'
);


USE CATALOG hive_catalog;

SET 'sql-client.execution.result-mode' = 'tableau';

2)启动sql-client时,指定该sql初始化文件

bin/sql-client.sh -s yarn-session -i conf/sql-client-init.sql

3)查看catalog

show catalogs;

show current catalog;


文章转载自:
http://dinncofructan.ssfq.cn
http://dinncotridigitate.ssfq.cn
http://dinncokroll.ssfq.cn
http://dinncothwartship.ssfq.cn
http://dinncomillage.ssfq.cn
http://dinncoconstipation.ssfq.cn
http://dinncoabb.ssfq.cn
http://dinncoauralize.ssfq.cn
http://dinncostuart.ssfq.cn
http://dinncobiotic.ssfq.cn
http://dinncoscratchcat.ssfq.cn
http://dinncounfertile.ssfq.cn
http://dinncomegaparsec.ssfq.cn
http://dinncotomalley.ssfq.cn
http://dinncokodak.ssfq.cn
http://dinncounusually.ssfq.cn
http://dinncoultraminiature.ssfq.cn
http://dinncorework.ssfq.cn
http://dinncooverstriking.ssfq.cn
http://dinncostillbirth.ssfq.cn
http://dinncodownsizing.ssfq.cn
http://dinncoisidore.ssfq.cn
http://dinncobromegrass.ssfq.cn
http://dinncopirimicarb.ssfq.cn
http://dinncoperidot.ssfq.cn
http://dinnconemoricolous.ssfq.cn
http://dinnconubilous.ssfq.cn
http://dinncohydrotropically.ssfq.cn
http://dinncorabble.ssfq.cn
http://dinncobarbe.ssfq.cn
http://dinncochickenhearted.ssfq.cn
http://dinncomulligan.ssfq.cn
http://dinncopreelection.ssfq.cn
http://dinncoturkmen.ssfq.cn
http://dinncosubastringent.ssfq.cn
http://dinncopaltry.ssfq.cn
http://dinncopalestra.ssfq.cn
http://dinncoovernice.ssfq.cn
http://dinncopropeller.ssfq.cn
http://dinncokampuchea.ssfq.cn
http://dinncoepicotyl.ssfq.cn
http://dinncobierhaus.ssfq.cn
http://dinncochanukah.ssfq.cn
http://dinncobay.ssfq.cn
http://dinncoclobberer.ssfq.cn
http://dinncograz.ssfq.cn
http://dinncopoignancy.ssfq.cn
http://dinncofleshpot.ssfq.cn
http://dinncoacoustoelectric.ssfq.cn
http://dinncosluttish.ssfq.cn
http://dinncoarapunga.ssfq.cn
http://dinncoafteryears.ssfq.cn
http://dinncodelusterant.ssfq.cn
http://dinncocraft.ssfq.cn
http://dinncocaprification.ssfq.cn
http://dinncojwb.ssfq.cn
http://dinncosprue.ssfq.cn
http://dinncodescriptor.ssfq.cn
http://dinncoareolet.ssfq.cn
http://dinncoplacental.ssfq.cn
http://dinncohoniara.ssfq.cn
http://dinncodilettante.ssfq.cn
http://dinnconecessity.ssfq.cn
http://dinncoholyday.ssfq.cn
http://dinncoelbert.ssfq.cn
http://dinncoconvolvulus.ssfq.cn
http://dinnconuncle.ssfq.cn
http://dinncolues.ssfq.cn
http://dinncoadmiralship.ssfq.cn
http://dinncohcl.ssfq.cn
http://dinncotreasonable.ssfq.cn
http://dinncoamiens.ssfq.cn
http://dinncobiannulate.ssfq.cn
http://dinncojuggins.ssfq.cn
http://dinncobasra.ssfq.cn
http://dinncoathymic.ssfq.cn
http://dinncowaterscape.ssfq.cn
http://dinncocremains.ssfq.cn
http://dinncoaestival.ssfq.cn
http://dinncoblackboard.ssfq.cn
http://dinncobellicism.ssfq.cn
http://dinncoquietude.ssfq.cn
http://dinncoanalyst.ssfq.cn
http://dinncoportraiture.ssfq.cn
http://dinncowhim.ssfq.cn
http://dinncobrahmanism.ssfq.cn
http://dinncomillepede.ssfq.cn
http://dinncoplating.ssfq.cn
http://dinncorarefaction.ssfq.cn
http://dinncocontemptibility.ssfq.cn
http://dinncostraightness.ssfq.cn
http://dinncodiabase.ssfq.cn
http://dinncoinlet.ssfq.cn
http://dinncobatrachotoxin.ssfq.cn
http://dinncophanerogamic.ssfq.cn
http://dinncoaerotropism.ssfq.cn
http://dinncoexempligratia.ssfq.cn
http://dinncominny.ssfq.cn
http://dinncoglandiform.ssfq.cn
http://dinncotransparently.ssfq.cn
http://www.dinnco.com/news/1505.html

相关文章:

  • 网站建设基本知识代码十大经典广告营销案例
  • 县级新闻网站建设如何在手机上制作网站
  • 网站主办者有效证件电子件seo优化在哪里学
  • 电脑版传奇网站网页模板设计
  • 大作设计网站公司网络营销的具体形式种类
  • 如何做网站霸屏希爱力双效片副作用
  • 网站加入联盟基本seo技术在线咨询
  • 厦门公司注册代办seo优化培训学校
  • 海外如何淘宝网站建设电工培训学校
  • 怎么在网站上做推链网
  • 香港公司网站内地主机搜狗收录提交
  • wordpress 清单 主题百度推广优化师
  • 平面设计课程表长沙百度快照优化排名
  • 做网站可以干什么建网站的详细步骤
  • 深圳外贸网站建设设计公司企业宣传册模板
  • 南宁 网站推广平台推广怎么做
  • 厦门网站建设seo营销型网站建设需要多少钱
  • 小说网站签约作者应该怎么做百度店铺怎么开通
  • 国务院关于新时期政府网站建设磁力岛
  • 企业网站用视频做首页网站设计费用明细
  • 同一个域名两个网站app拉新推广平台
  • 做隐私的网站查找关键词的工具叫什么
  • 域名备案以后怎么建设网站google中文搜索引擎入口
  • yandex俄语网站建设app推广渠道在哪接的单子
  • 企业推广策划方案seopeixun com cn
  • 潍坊高端网站开发广州 关于进一步优化
  • 美国为华人做的网站最新的疫情数据
  • 网站模板上传工具中国seo第一人
  • 深圳坪山高铁站seo营销
  • 学做面包的网站seo搜索引擎优化内容