会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cxc1357
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
59
下一页
2022年1月9日
[Java] Json Bson Gson
摘要: 概念 JSON:是一种轻量级的数据交换格式,用于把对象序列化为嵌套字符串形式,方便网络传输 BSON:mongodb的数据存储格式,一种类json的二进制形式的存储格式,简称Binary JSON,在时间(序列化、反序列化的速度)和空间(序列化之后的体积)上都优于 JSON。可以做为网络数据交换的一
阅读全文
posted @ 2022-01-09 06:15 cxc1357
阅读(168)
评论(0)
推荐(0)
2021年12月31日
[bugs] spark 报错:java.lang.IllegalArgumentException: Compression codec com.hadoop.compression.lzo.LzoCodec not found.
摘要: 原因 spark缺少lzo包 参考 https://www.cnblogs.com/sunbr/p/14860364.html
阅读全文
posted @ 2021-12-31 06:33 cxc1357
阅读(240)
评论(0)
推荐(0)
2021年12月30日
[Python] Anoconda
摘要: 参考 创建虚拟环境 https://www.cnblogs.com/haoyiyang/p/11309701.html https://blog.csdn.net/qq_41727666/article/details/83958957 更改 Python 版本 https://www.jiansh
阅读全文
posted @ 2021-12-30 23:43 cxc1357
阅读(41)
评论(0)
推荐(0)
[bug] spark-shell 报错: javax.jdo.JDOFatalInternalException: Error creating transactional connection factory
摘要: 原因 缺少mysql连接库 参考 https://blog.csdn.net/weixin_46086427/article/details/107473106 https://blog.csdn.net/weixin_46086427/article/details/107474193
阅读全文
posted @ 2021-12-30 18:42 cxc1357
阅读(363)
评论(0)
推荐(0)
[bug] TypeError: namedtuple() missing 3 required keyword-only arguments: 'verbose', 'rename', and 'module'
摘要: 参考 https://blog.csdn.net/gdkyxy2013/article/details/80164773 https://blog.csdn.net/u010916338/article/details/106108266/
阅读全文
posted @ 2021-12-30 16:02 cxc1357
阅读(353)
评论(0)
推荐(0)
[bug] 每次都要执行source ~/.bash_profile
摘要: 参考 https://blog.csdn.net/science_Lee/article/details/79214127 https://blog.51cto.com/u_15072917/3561287
阅读全文
posted @ 2021-12-30 14:44 cxc1357
阅读(59)
评论(0)
推荐(0)
2021年12月20日
[bug] Hive:Number of reduce tasks is set to 0 since there‘s no reduce operator
摘要: 原因 没有开启yarn 参考 https://blog.csdn.net/werewolf2/article/details/109155093
阅读全文
posted @ 2021-12-20 13:38 cxc1357
阅读(1016)
评论(0)
推荐(0)
[bug] hive:FAILED: SemanticException org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient
摘要: 原因 元数据配置错误 参考 https://www.cnblogs.com/flyingcr/p/10326883.html
阅读全文
posted @ 2021-12-20 11:15 cxc1357
阅读(52)
评论(0)
推荐(0)
2021年11月10日
[bugs] IDEA 2019 mysql 连接不显示表
摘要: 参考 https://blog.csdn.net/u012834773/article/details/89893678
阅读全文
posted @ 2021-11-10 21:45 cxc1357
阅读(46)
评论(0)
推荐(0)
2021年10月31日
[Linux] 分区扩容
摘要: 参考 https://www.cnblogs.com/yujianadu/p/10560272.html https://zhuanlan.zhihu.com/p/54928180 https://www.cnblogs.com/gucb/p/11528507.html
阅读全文
posted @ 2021-10-31 20:55 cxc1357
阅读(52)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
59
下一页
公告