bigdata related
hive:
http://lxw1234.com/archives/2015/07/413.htm
搜狗实验室数据集:
https://www.sogou.com/labs/resource/list_yuliao.php
远程调试:
spark.driver.extraJavaOptions
-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=5005,server=y,suspend=n
360开源的统一sql层:
https://www.oschina.net/p/360-quicksql?from=toutiaohao
github是个宝藏:
https://zhuanlan.zhihu.com/p/49500971
java
http://www.cnblogs.com/zuoxiaolong/p/niubi-job-3.html
https://www.cnblogs.com/cunkouzh/p/5382870.html
ignite:
https://www.zybuluo.com/liyuj/note/1179662
不同发行版本linux安装软件方式:
https://www.cnblogs.com/ngtest/p/9785385.html
suse源:
https://www.cnblogs.com/chenfool/p/6792799.html
kafka:
https://blog.51cto.com/xpleaf/2090847
https://blog.csdn.net/lingbo229/article/details/80761778
https://www.jianshu.com/p/d3e963ff8b70
http://www.orchome.com/295 //官方中文翻译文档
es6.3:
http://lxw1234.com/archives/2018/08/926.htm
https://blog.51cto.com/xpleaf/2095836
https://blog.51cto.com/xpleaf/2095836
es的api封装:
https://github.com/xpleaf/commons-rest-es
离线数据处理:
https://blog.51cto.com/xpleaf/2095836
在线数据处理:
https://blog.51cto.com/xpleaf/2104160
序列化和反序列化:
avro:https://shift-alt-ctrl.iteye.com/blog/2217425
protobuf:
thrift:
tcp长短链接:
http://www.zuoxiaolong.com/blog/article.ftl?id=183
awsome scala
https://github.com/lauris/awesome-scala#json
ELK:
https://www.cnblogs.com/kevingrace/p/5919021.html
https://www.cnblogs.com/aresxin/p/8035137.html
Nignix:
https://www.cnblogs.com/suixin84/p/6491579.html
bigdata related的更多相关文章
- MS SQL错误:SQL Server failed with error code 0xc0000000 to spawn a thread to process a new login or connection. Check the SQL Server error log and the Windows event logs for information about possible related problems
早晨宁波那边的IT人员打电话告知数据库无法访问了.其实我在早晨也发现Ignite监控下的宁波的数据库服务器出现了异常,但是当时正在检查查看其它服务器发过来的各类邮件,还没等到我去确认具体情 ...
- Thinking in BigData 系列
Thinking in BigData(九)大数据hadoop集群下离线数据存储和挖掘架构 Thinking in BigData(八)大数据Hadoop核心架构HDFS+MapReduce+Hbas ...
- How to remove a batch of VMs and related Disks
Foreword Need to remove a batch of VMs, which named with same prefix or belong to same Cloud Service ...
- SharePoint Server 2010 & WorkFlow related Limits
Today, I have come across different workflow related limits for SharePoint Server 2010. Limit Maximu ...
- PeopleSoft Related Language Records
As we all know, PeopleSoft is capable of maintaining application data in multiple languages within t ...
- Data Developer Center > Learn > Entity Framework > Get Started > Loading Related Entities
Data Developer Center > Learn > Entity Framework > Get Started > Loading Related Entitie ...
- algorithm@ Sieve of Eratosthenes (素数筛选算法) & Related Problem (Return two prime numbers )
Sieve of Eratosthenes (素数筛选算法) Given a number n, print all primes smaller than or equal to n. It is ...
- Part 16 Important concepts related to functions in sql server
Important concepts related to functions in sql server
- Useful related java API for Android
Language_suport and Other Language-Oriented API: strings,exceptions, threads, #java.lang.* offers th ...
随机推荐
- HDOJ 4509 湫湫系列故事——减肥记II(2013腾讯编程马拉松) 并查集合并区间
发现这种合并区间的题目还可以这么玩 给你n段时间 然后问没被占用的时间是多少 题目所给的区间是右开的导致我wa 好多人5e5*1440的暴力跑出来的时间居然只是我的两倍 不懂.... 所以并查集并没有 ...
- 120. Triangle 以及一个多维vector如何初始化
1.刚开始result的初始化写的是vector<vector<int>> result,然后再去对result[0][0] = triangle[0][0]赋值,一直报错.老 ...
- pb2.text_format.Merge(f.read(), self.solver_param) AttributeError: 'module' object has no attribute 'text_format'
http://blog.csdn.net/qq_33202928/article/details/72526710
- Java生成固定长度的随机字符串(以大小写字母和数字)
package org.jimmy.autosearch2019.test; import java.util.ArrayList; import java.util.Random; /** * @a ...
- 易混淆的table列表和dl表格
dl列表是使用了HTML dl.dt.dd标签的数据列表.首先我们使用dl(definition list-自定义列表)标签来容纳整个数据结构,然后我们使用dt(自定义标题)标签和dd(自定义描述)标 ...
- 判断一个链表是否为回文结构 【题目】 给定一个链表的头节点head,请判断该链表是否为回 文结构。 例如: 1->2->1,返回true。 1->2->2->1,返回true。 15->6->15,返回true。 1->2->3,返回false。 进阶: 如果链表长度为N,时间复杂度达到O(N),额外空间复杂 度达到O(1)。
方式1:借助栈 空间辅助度是O(N) 方式2: 借助栈 空间复杂度是 O(n/2).只存后半个链表 方式3: 反转后半个链表 最后再反转回来 package my_basic.class_3; im ...
- tomcat常用的优化和配置
Tomcat 5常用优化和配置 1.JDK内存优化: Tomcat默认可以使用的内存为128MB,Windows下,在文件{tomcat_home}/bin/catalina.bat,Unix下,在文 ...
- 在Phonegap下实现oAuth认证
原文:http://www.kuqin.com/mobile/20120719/322873.html 前段时间做过两次关于Phonegap的现场交流会议分享.基本上把Phonegap的一些特性和大家 ...
- c语言文件打开模式
(转载) 在C语言的文件操作语法中,打开文件文件有以下12种模式,如下图: 打开模式 只可以读 只可以写 读写兼备 文本模式 r w a r+ w+ a+ 二进制模式 rb wb ab rb ...
- 有趣的this以及apply,call,bind方法
看this指向谁,要看执行时而非定义时(箭头函数除外).函数没有绑定在对象上调用,非'strict'模式下,this指向window,否则为undefined 改变this指向的方法 1. apply ...