首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏大数据-BigData

    hive metastore配置kerberos认证

    "hive-metastore/hadoop@BIGDATATOAI.COM": Re-enter password for principal "hive-metastore/hadoop@BIGDATATOAI.COM ": Principal "hive-metastore/hadoop@BIGDATATOAI.COM" created.Copy 导出principal kadmin: xst -t /root/ Entry for principal hive-metastore/hadoop with kvno 2, encryption type aes256-cts-hmac-sha1-96 added Entry for principal hive-metastore/hadoop with kvno 2, encryption type aes128-cts-hmac-sha1-96 added Entry for principal hive-metastore/hadoop with kvno 2, encryption type des3-cbc-sha1 added to keytab

    2.3K20编辑于 2022-01-19
  • 来自专栏大数据-BigData

    hive metastore配置kerberos认证

    "hive-metastore/hadoop@BIGDATATOAI.COM": Re-enter password for principal "hive-metastore/hadoop@BIGDATATOAI.COM ": Principal "hive-metastore/hadoop@BIGDATATOAI.COM" created. Entry for principal hive-metastore/hadoop with kvno 2, encryption type aes256-cts-hmac-sha1-96 added Entry for principal hive-metastore/hadoop with kvno 2, encryption type aes128-cts-hmac-sha1-96 added Entry for principal hive-metastore/hadoop with kvno 2, encryption type des3-cbc-sha1 added to keytab

    1.6K20编辑于 2022-01-18
  • 来自专栏Michael阿明学习之路

    docker-compose部署hive、kafka服务

    hadoop-hive.env environment: HIVE_CORE_CONF_javax_jdo_option_ConnectionURL: "jdbc:postgresql://hive-metastore /metastore" SERVICE_PRECONDITION: "hive-metastore:9083" ports: - "10000:10000" networks : - app-tier links: - kafka depends_on: - kafka - zookeeper hive-metastore =hive HIVE_SITE_CONF_datanucleus_autoCreateSchema=false HIVE_SITE_CONF_hive_metastore_uris=thrift://hive-metastore

    1.8K20编辑于 2022-10-24
  • 来自专栏最新最全的大数据技术体系

    Hudi数据湖技术引领大数据新风口(三)解决spark模块依赖冲突

    exclusions> </dependency> <dependency> <groupId>${hive.groupid}</groupId> <artifactId>hive-metastore exclusions> </dependency> <dependency> <groupId>${hive.groupid}</groupId> <artifactId>hive-metastore

    45030编辑于 2023-07-28
  • 来自专栏Hadoop实操

    0719-5.10.0-如何在RedHat7.2使用rpm安装CDH(无CM)

    2.安装Hive服务的包 在NameNode节点hive-metastore yum -y install hive-metastore ? 7.启动Hive服务 启动hive-metastore systemctl start hive-metastore systemctl status hive-metastore ?

    1.5K30发布于 2019-10-31
  • 来自专栏Hadoop实操

    0722-6.2.0-如何在RedHat7.2使用rpm安装CDH(无CM)

    2.安装Hive服务的包 在NameNode节点hive-metastore yum -y install hive-metastore ? 7.启动Hive服务 启动hive-metastore systemctl start hive-metastore systemctl status hive-metastore ?

    85770发布于 2019-11-06
  • 来自专栏大数据杂货铺

    配置 HMS 以实现高可用性

    原文链接:https://docs.cloudera.com/cdp-private-cloud-base/latest/hive-metastore/topics/hive-hms-ha-configuration.html

    1.5K40发布于 2021-08-20
  • 来自专栏开源部署

    Ambari Hive 无法正常查询的解决

    err_msg) resource_management.core.exceptions.Fail: Execution of 'export HIVE_CONF_DIR=/usr/hdp/current/hive-metastore /conf/conf.server ; /usr/hdp/current/hive-metastore/bin/schematool -initSchema -dbType mysql -userName

    2K10编辑于 2022-08-16
  • 来自专栏分布式系统和大数据处理

    使用Spark读取Hive中的数据

    确认Hive元数据服务已经运行 Hive的元数据服务是单独启动的,可以通过下面两种方式验证其是否启动: # ps aux | grep hive-metastore root 10516 3.0 5.7

    12.3K60发布于 2018-09-28
  • 基于 Java 17 Spring Boot 3.2 Flink 1.18 开发的智慧实验室管理系统核心代码实现

    SparkSession.builder() .appName("LabDataLake") .config("hive.metastore.uris", "thrift://hive-metastore

    17800编辑于 2025-06-28
  • 来自专栏大数据-BigData

    用ranger对hive metastore 进行授权管理

    包删除,替换为hadoop中带的guava包 rm guava-* cp /data/hadoop-3.2.2/share/hadoop/common/lib/guava-27.0-jre.jar . hive-metastore 会在/data/apache-hive-metastore-3.1.2-bin/conf目录下生成如下文件 [2022011112062857.png] 此时修改hive-site.xml文件,以进行hive-metastore

    2.1K01编辑于 2022-01-15
  • linux 查看hive进程

    Hive通常作为一个服务在运行,可以通过以下命令查看服务的状态:bashCopy codesudo systemctl status hive-server2sudo systemctl status hive-metastore

    2.9K10编辑于 2024-04-26
  • 来自专栏Hadoop实操

    0764-HDP Spark 2.3.2访问外部Hive 2的配置及验证

    1:使用外部Hive Jar包 在/usr/hdp/current/spark2-client下创建目录standalone-metastore-hive2,并将外部Hive 2的hive-exec和hive-metastore

    3.5K20发布于 2020-04-26
  • 来自专栏大数据杂货铺

    CDP的HWC授权

    原文链接:https://docs.cloudera.com/cdp-private-cloud-base/latest/hive-metastore/topics/hive_apache_spark_hive_connection_configuration.html

    1.4K10发布于 2021-08-20
  • 来自专栏大数据杂货铺

    HMS数据库设置和优化

    原文链接:https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/hive-metastore/topics/hive-configuring-hms.html

    1.5K30发布于 2021-08-20
  • 来自专栏ApacheHudi

    Apache Hudi +MinIO + HMS构建现代数据湖

    org.apache.hudi.hive.MultiPartKeysValueExtractor"). option("hoodie.datasource.hive_sync.metastore.uris", "thrift://hive-metastore

    99710编辑于 2024-04-18
  • 来自专栏大数据杂货铺

    CDP中Hive Metastore介绍

    hive-hms-overview/topics/hive-hms-introduction.html https://docs.cloudera.com/cdp-private-cloud-base/7.1.3/hive-metastore

    2.2K20发布于 2020-10-29
  • 来自专栏Hadoop实操

    0724-6.2.0-CM接管rpm方式安装的无CM的CDH集群

    chkconfig hue off Oozie server $ sudo chkconfig oozie off Hive Metastore server $ sudo chkconfig hive-metastore

    1.2K40发布于 2019-11-06
  • 来自专栏Hadoop实操

    0721-5.10.0-CM接管rpm方式安装的无CM的CDH集群

    chkconfig hue off Oozie server $ sudo chkconfig oozie off Hive Metastore server $ sudo chkconfig hive-metastore

    1.4K20发布于 2019-11-06
  • 来自专栏Apache Doris

    兼容Trino Connector,扩展Apache Doris数据源接入能力|Lakehouse 使用手册(四)

    type"="trino-connector", "trino.connector.name"="delta_lake", "trino.hive.metastore.uri"="thrift://hive-metastore

    43510编辑于 2024-09-06
领券