
HIVE
hive基本使用和优化流程
无香菜不欢
多读书,少说话
到点睡觉,按时吃饭。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Hive函数总结
函数分类系统内置函数,自定义函数系统内置函数查看内置函数show functions;查看函数用法hive> desc function max; OKmax(expr) - Returns the maximum value of exprTime taken: 0.013 seconds, Fetched: 1 row(s)展开详细说明hive> desc function extended xpath;OKxpath(xml, xpath).原创 2020-12-22 08:06:08 · 508 阅读 · 0 评论 -
Eclipse 整合 SSM 框架
整理思路:Dao层:SqlMapConfig.xml,空文件即可,但是需要文件头。 applicationContext-dao.xml 数据库连接池 SqlSessionFactory对象,需要spring和mybatis整合包下的。 配置mapper文件扫描器。 Service层:applicationContext-service.xml包扫描器,扫描@servi...原创 2019-03-29 16:35:11 · 1398 阅读 · 0 评论 -
使用SSM框架整合时,无法创建XXXXBean
严重: StandardWrapper.Throwableorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'itemController': Injection of autowired dependencies failed; nested exception is ...原创 2019-05-24 16:22:18 · 495 阅读 · 0 评论