摘要: # A fatal error has been detected by the Java Runtime Environment:## SIGBUS (0x7) at pc=0x00007f03c519c21e, pid=467, tid=0x00007f03c1139700## JRE vers 阅读全文
posted @ 2020-11-24 15:26 similarface 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 获取 code 分组中 max(version) max(batch) 最大的 记录 ``` CREATE TABLE t ( `id` int(11) , `code` int(11) , `version` int(11) , `batch` int(11) ) insert into t va 阅读全文
posted @ 2020-09-10 14:42 similarface 阅读(2049) 评论(0) 推荐(0) 编辑
摘要: css - 2D旋转 <!DOCTYPE html> <html> <head> <title></title> <style> .xy { position: relative; width: 300px; height: 300px; border-top: 2px solid #000; bo 阅读全文
posted @ 2020-08-12 11:58 similarface 阅读(305) 评论(0) 推荐(0) 编辑
摘要: repartitionByRange repartitionByRange(numPartitions, *cols) method of pyspark.sql.dataframe.DataFrame instance Returns a new :class:`DataFrame` partit 阅读全文
posted @ 2020-07-08 15:16 similarface 阅读(759) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-06-22 18:18 similarface 阅读(106) 评论(0) 推荐(0) 编辑
摘要: spark RDD, jobs, stages and tasks的关系 阅读全文
posted @ 2020-06-19 17:22 similarface 阅读(293) 评论(0) 推荐(0) 编辑
摘要: Spark之Executors memory空间分配 阅读全文
posted @ 2020-06-19 16:50 similarface 阅读(1523) 评论(0) 推荐(0) 编辑
摘要: spark spark分区 spark partitions 阅读全文
posted @ 2020-06-18 12:04 similarface 阅读(2178) 评论(0) 推荐(1) 编辑
摘要: jupyterhub on k8s 用户自定义资源大小 阅读全文
posted @ 2020-06-16 12:54 similarface 阅读(776) 评论(3) 推荐(0) 编辑
摘要: skdist: https://github.com/Ibotta/sk-dist import time from sklearn import datasets, svm from skdist.distribute.search import DistGridSearchCV from pys 阅读全文
posted @ 2020-06-02 15:53 similarface 阅读(196) 评论(0) 推荐(0) 编辑