03 2018 档案
摘要:原本的sql语句为: 需要在其中加入2个属性如下: useGeneratedKeys 要求数据库本身具备主键自动增长的功能,比如说,mysql,sqlserver可以使用useGeneratedKeys =true 这功能, 不支持主键自动增长的数据库是不能使用;keyProperty="tempI
阅读全文
摘要:这个异常的出现是因为hive-site-xml中的hive.server2.logging.operation.log.location属性未配置正确: 修改为: D:/apache-hive-2.1.1-bin/hive/iotmp需要在hadoop中进行创建配置。
阅读全文