- 博客(6)
- 收藏
- 关注
原创 图数据库JanusGraph 之一二
官方文档:https://docs.janusgraph.org/getting-started/installation/
2020-10-06 19:08:19
165
原创 吐槽下python
写起来特爽,但读起来很痛苦,看同事的祖传代码,脑壳疼,有代码借鉴总归是好事,节省时间。那我在继续增补点,降低代码的可读性,增强代码的健壮性。待补(随缘)
2020-10-05 23:02:14
120
原创 spark 常用配置参数调优
spark 参数调优spark问题:(spark.sql.hive.metastore.version,1.2.1)ERROR YarnScheduler: Lost executor 53 on node100p32: Container killed by YARN for exceeding memory limits. 10.0 GB of 10 GB physical memory used. Consider boosting spark.yarn.executor.memoryOv
2020-10-03 01:18:24
1645
原创 git 命令查看分支、删除远程分支、本地分支等常用总结
git 常用命令提交及配置远程仓库git add . git commit -m '注释'git remote add origin < 远程仓库地址 >git push -u origin master -- git commit 进入编辑模式提交 分支创建分支 :git branch [branchname]在这里插入代码片查看分支(本地及远程) ...
2020-03-16 00:55:51
229
原创 好用到不行的 SparkSQL 开窗函数
好用到不行的 SQL开窗函数To use window functions, users need to mark that a function is used as a window function by eitherAdding an OVER clause after a supported function in SQL, e.g. avg(revenue) OVER (…);...
2019-11-15 14:11:37
482
原创 spark rdd 基础概要1
1 RDD基础1.1 transformation 2.2 action1.1 transformation1.1.1 基础transformationmap flatMap filter disinct mapPartition mapPartitionsWithIndex union intersection substract coalesce repartition r...
2019-11-14 22:20:11
273
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人