01 2019 档案

摘要:--string 转 json select '{"Items":[{"Id":1,"InitStartDate":"2018-07-01T00:00:00","InitEndDate":"2018-11-13T11:46:59.461722+08:00", "CurrentStartDate":" 阅读全文
posted @ 2019-01-31 14:46 PanPan003 阅读(3220) 评论(0) 推荐(0) 编辑
摘要:error msg: HttpClient throws TaskCanceledException on timeout HttpClient is throwing a TaskCanceledException on timeout in some circumstances. This is 阅读全文
posted @ 2019-01-28 14:20 PanPan003 阅读(2490) 评论(0) 推荐(0) 编辑
摘要:error msg: System.Threading.Tasks.TaskCanceledException: The operation was canceled. > System.IO.IOException: Unable to read data from the transport c 阅读全文
posted @ 2019-01-28 11:05 PanPan003 阅读(8780) 评论(0) 推荐(0) 编辑
摘要:原文链接:https://www.cnblogs.com/ymwang/p/6893105.html http和https的区别就是,后者在网络传输过程中会很安全,原因就是给http安装了SSL证书。 SSL证书有免费的和收费的,收费的顾名思义就是保护的方面更多,更安全。收费的像单域名的一年有几百、 阅读全文
posted @ 2019-01-25 12:06 PanPan003 阅读(604) 评论(0) 推荐(0) 编辑
摘要:原文链接:https://www.cnblogs.com/xiezhidong/p/6525283.html ♣买域名 ♣域名设置DNS解析、添加A记录 ♣买服务器 ♣服务器端绑定(附加)域名 ♣安装wordpress 为了不浪费你的时间,在次声明:此篇介绍的操作是 国外网站注册域名 和 使用香港主 阅读全文
posted @ 2019-01-25 12:05 PanPan003 阅读(584) 评论(0) 推荐(0) 编辑
摘要:spark生成大宽表的parquet性能优化 阅读全文
posted @ 2019-01-10 16:46 PanPan003 阅读(491) 评论(0) 推荐(0) 编辑
摘要:Hive 导入 parquet 格式数据 Parquet 格式文件,查看Schema Parquet 之mapreduce Hive 导入 parquet 格式数据 阅读全文
posted @ 2019-01-10 16:45 PanPan003 阅读(1358) 评论(0) 推荐(0) 编辑
摘要:parquet列式文件实战 parquet code demo http://www.programcreek.com/java-api-examples/index.php?source_dir=hiped2-master/src/main/java/hip/ch3/parquet/Example 阅读全文
posted @ 2019-01-10 16:42 PanPan003 阅读(284) 评论(0) 推荐(0) 编辑
摘要:大数据架构 大数据架构:搭建CDH5.5.1分布式集群环境 Hive 大数据:Hive常用参数调优 Spark Spark基本架构及原理 SparkContext原理解析 Spark RDD、DataFrame原理及操作详解 Spark On Yarn的两种模式yarn-cluster和yarn-c 阅读全文
posted @ 2019-01-10 16:41 PanPan003 阅读(191) 评论(0) 推荐(0) 编辑
摘要:Spark 学习: spark 原理简述与 shuffle 过程介绍 阅读全文
posted @ 2019-01-10 16:40 PanPan003 阅读(307) 评论(0) 推荐(0) 编辑
摘要:Spark基本架构及原理 Spark(一): 基本架构及原理 Hadoop 和 Spark 的关系 Spark 运算比 Hadoop 的 MapReduce 框架快的原因是: 因为 Hadoop 在一次 MapReduce 运算之后,会将数据的运算结果从内存写入到磁盘中,第二次 Mapredue 运 阅读全文
posted @ 2019-01-10 15:43 PanPan003 阅读(755) 评论(0) 推荐(0) 编辑
摘要:Parquet文件结构笔记 一个Parquet文件是 由一个header以及一个或多个block块组成,以一个footer结尾。 header中只包含一个4个字节的数字PAR1用来识别整个Parquet文件格式。 文件中所有的metadata都存在于footer中。 footer中的metadata 阅读全文
posted @ 2019-01-10 15:19 PanPan003 阅读(4789) 评论(0) 推荐(0) 编辑
摘要:原文 Parquet 列式存储格式 面向分析型业务的列式存储格式 由 Twitter 和 Cloudera 合作开发,2015 年 5 月从 Apache 的孵化器里毕业成为 Apache 顶级项目 列式存储 列式存储和行式存储相比有哪些优势呢? 当时 Twitter 的日增数据量达到压缩之后的 1 阅读全文
posted @ 2019-01-10 11:29 PanPan003 阅读(8865) 评论(0) 推荐(4) 编辑
摘要: 阅读全文
posted @ 2019-01-10 11:28 PanPan003 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-01-10 11:27 PanPan003 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-01-10 11:26 PanPan003 阅读(172) 评论(0) 推荐(0) 编辑
摘要:error 信息: kubectl 获取node的host地址 或者在Kubernetes的service中进行查看 进入其他的node,其curl有问题的service 查看路由 ipconfig /all 确认IP地址,确认网关,DNS、子网掩码 是否正确 有一项出现0.0.0.0,标识路由器没 阅读全文
posted @ 2019-01-09 20:08 PanPan003 阅读(1454) 评论(0) 推荐(0) 编辑
摘要:--Find the PID by running this sql: SELECT pid , query, * from pg_stat_activity WHERE state != 'idle' ORDER BY xact_start; --You'll find the pid in the first (left) column, and the first (top) r... 阅读全文
posted @ 2019-01-07 12:20 PanPan003 阅读(216) 评论(0) 推荐(0) 编辑
摘要:下载链接 阅读全文
posted @ 2019-01-02 12:37 PanPan003 阅读(309) 评论(0) 推荐(0) 编辑
摘要:Spring boot 框架了解,java 阅读全文
posted @ 2019-01-02 10:25 PanPan003 阅读(181) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2019-01-02 10:16 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示