ERROR metastore.ObjectStore: Version information found in metastore differs 3.1.2 from expected schema version 1.2.0. Schema verififcation is disabled hive.metastore.schema.verification so setting version.

解决方案两种
第一种:
登陆mysql,修改hive metastore版本:

进行mysql:mysql -u root -p 123456
use hive;
select * from version;
update VERSION set SCHEMA_VERSION='3.1.1' where  VER_ID=1;

第二种
简单粗暴:在hive-site.xml中关闭版本验证

<property><name>hive.metastore.schema.verification</name><value>false</value>
</property>

ERROR metastore.ObjectStore: Version information found in metastore differs 3.1.2 from expected sche相关推荐

  1. Spark操作sparkSql报错:metastore.ObjectStore: Version information found in metastore differs 2.3.0 from e

    Spark操作sparkSql报错:metastore.ObjectStore: Version information found in metastore differs 2.3.0 from e ...

  2. spark-shell报错:Version information found in metastore differs 2.3.0 from expected schema version1.2.0

    在spark-shell执行如下语句时候 scala> spark.sql("show tables").show 报错: Version information found ...

  3. 报错:MetaException(message:Version information not found in metastore. )

    报错背景: CDH安装完成hive后启动失败. 报错现象: [main]: Metastore Thrift Server threw an exception... MetaException(me ...

  4. Hive Schema version 2.3.0 does not match metastore‘s schema version 1.2.0 Metastore is not upgraded

    在spark连接外置hive时出现schema版本不匹配的问题 解决方法: 修改metastore的VERSION表 将版本号改为2.3.0

  5. linux redhat 6.3: /lib/libz.so.1: no version information available

    linux gradle android 构建报错日志: :app:mergeResReleaseAwbsAAPT err(Facade for 1318236100): /data/gradleRe ...

  6. Maven 父子工程出现 [ERROR] 'dependencies.dependency.version' for xxxjar is missing. 问题

    问题原因是,子工程(Sub1)所继承的父工程(Main)也继承了它的父工程(Parent),需要在(Main)这个父工程中pom.xml配置中,增加 relativePath: <parent& ...

  7. Error: XML: Cacti version does not exist.

    cacti 0.8.8 版本导入 cacti_graph_template_nginx_clients_stat.xml 模板时, 提示:Error: XML: Cacti version does ...

  8. 解决libuuid.so.1 no version information available问题

    一.出错现象 在执行svn 或者curl命令时, 会出现"/usr/local/lib/libuuid.so.1: no version information available" ...

  9. ubuntu编译qemu报错:‘ERROR: DTC (libfdt) version = 1.4.0 not present.’

    在ubuntu14.04中用源码方式编译安装qemu时,执行/configure步骤提示错误: ./configure ERROR: DTC (libfdt) version >= 1.4.0 ...

最新文章

  1. 道路场景语义分割算法
  2. BZOJ 2151 种树(可反悔贪心,链表)【BZOJ千题计划】就图一乐
  3. Java黑皮书课后题第2章:2.5(金融应用:计算小费)编写一个程序,读入一笔费用与小费利率,计算小费和总钱数
  4. vim编辑器---批量注释与反注释
  5. ThoughtWorks技术雷达专区
  6. .net core实践系列之短信服务-架构设计
  7. 【Trie】最大异或对(ybtoj Trie-2)
  8. beanutils.copyproperties属性值丢失_[ASP.NET Core 3.1]浏览器嗅探解决部分浏览器丢失Cookie问...
  9. python class def 格式_Python symbol.classdef方法代码示例
  10. 十五个Python经典案例,学会这些,Python基础已过关!
  11. 你们心心念念的 GitHub 客户端终于来了!
  12. 杰理AD14N/AD15N---长按键开关机怎么实现
  13. 通过简单的温湿度传感器进行简单的物联网设计(一)传感器列表
  14. 计算机word降序排列怎么做,WORD表格怎么按照数字降序排列
  15. VS实现rar格式压缩包的解压详解
  16. 使用Python生成数据
  17. java is setter_Java GetterSetter 系列之一:基础
  18. 类比C++ 学习Python的class
  19. 软件实习项目2——贪吃喵(猫吃鱼版贪吃蛇)(实验准备与设计)
  20. Java 汉字转换为拼音字符串

热门文章

  1. PHP菜谱_食谱大全及做法炒菜
  2. 逻辑回归实战--美国挑战者号飞船事故_同盾分数与多头借贷Python建模
  3. Acwing C++语法基础
  4. swift单元测试(三)XCTest之UI测试UITest
  5. 完整的从虚拟机安装到kali的安装(详细,必能上网)
  6. C# 查询波峰、波谷
  7. 通过jason上传图片_Jason Lengstorf通过放慢速度来提高生产率
  8. java 新达达_互联网的众包模式是怎么产生和兴起的,这种模式应用到不同的业务上会有哪些问题?...
  9. Ruby中的inject
  10. leetcode738 单调递增的数字