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 ...
随机推荐
- UVA116 Unidirectional TSP 单向TSP
分阶段的DAG,注意字典序的处理和路径的保存. 定义状态d[i][j]为从i,j 出发到最后一列的最小花费,转移的时候只有三种,向上,向下,或平移. #include<bits/stdc++.h ...
- Java学习之初识线程
“身之主宰便是心,心之所发便是意,意之本体便是知,意之所在便是物 --摘自阳明先生语录” 1.概念 在说线程之前我们先了解关于进程的一些知识,什么是进程? 程序一旦运行就是一个独立的进程,以windo ...
- urllib基础-利用网站结构爬取网页-百度搜索
有的时候爬取网页,可以利用网站额结构特点爬取网页 在百度搜索框中输入搜索内容,单击搜索,浏览器会发送一个带有参数的url请求.尝试删除其中的一些参数,只剩下wd这个参数.发现wd是搜索内容.这样程序可 ...
- Web项目之Django实战问题剖析
基于AdminLTE-master模板的后台管理系统 左侧菜单栏的二级标签设计 面包屑 Django文件上传 后台管理系统CRM项目设计流程分析
- 【C语言项目】贪吃蛇游戏(下)
目录 00. 目录 07. 游戏逻辑 7.5 按下ESC键结束游戏 7.6 判断是否撞到墙 7.7 判断是否咬到自己 08. 游戏失败界面设计 8.1 游戏失败界面边框设计 8.2 撞墙失败界面 8. ...
- ios之UITabelViewCell的自定义(代码实现)
在用到UITableVIew的时候,经常会自定义每行的Cell 在IOS控件UITableView详解中的下面代码修改部分代码就可以实现自定义的Cell了 [cpp] view plaincopy - ...
- javascript(九)事件冒泡 onmouseenter onmouseenter 默认事件 和 键盘事件
1 事件冒泡 子元素触发的事件,会往上(父元素)传递: 例子: <div id="box"> <p></p> </div> < ...
- 【Java_基础】空串、空格串、null的区别
1.表示的区别 string str1 = ""; //空串 str1.length() 等于 0 string str2 = " "; / ...
- Zookeeper 集群 BindException: Cannot assign requested address 解决方案
前言 经历: 最近在搭建zookeeper集群,基础是3台机器(尝试过ubuntu 17 和 Centos 7). 一开始选择的是3台腾讯云服务器,每台机器在java环境配置正确的情况下,单机的情况都 ...
- axure笔记--内部框架交互链接
内部框架的作用: 1.可以引用站点地图的页面 2.可以引用视频(链接视频)(axure中没有媒体控件) 3.可以引用本地文件 4.引用网页(注意:1.超链接地址要加上http:// 2.内部框架大 ...