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:

http://orchome.com/6

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的更多相关文章

  1. 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监控下的宁波的数据库服务器出现了异常,但是当时正在检查查看其它服务器发过来的各类邮件,还没等到我去确认具体情 ...

  2. Thinking in BigData 系列

    Thinking in BigData(九)大数据hadoop集群下离线数据存储和挖掘架构 Thinking in BigData(八)大数据Hadoop核心架构HDFS+MapReduce+Hbas ...

  3. 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 ...

  4. SharePoint Server 2010 & WorkFlow related Limits

    Today, I have come across different workflow related limits for SharePoint Server 2010. Limit Maximu ...

  5. PeopleSoft Related Language Records

    As we all know, PeopleSoft is capable of maintaining application data in multiple languages within t ...

  6. Data Developer Center > Learn > Entity Framework > Get Started > Loading Related Entities

    Data Developer Center > Learn > Entity Framework > Get Started > Loading Related Entitie ...

  7. 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 ...

  8. Part 16 Important concepts related to functions in sql server

    Important concepts related to functions in sql server

  9. Useful related java API for Android

    Language_suport and Other Language-Oriented API: strings,exceptions, threads, #java.lang.* offers th ...

随机推荐

  1. feature map计算大小公式

    http://blog.csdn.net/cheese_pop/article/details/51955915 将整个分成两部分,左边部分,右边部分.右边部分每次其实都是移动stride这么大,左边 ...

  2. bootstrap历练实例: 垂直胶囊式的导航菜单

    <!DOCTYPE html><html><head><meta http-equiv="Content-Type" content=&q ...

  3. 如何禁用Visual Studio的Browser Link功能

    在Web.Config的AppSetting节点添加<add key="vs:EnableBrowserLink" value="false"/>

  4. Hanoi双塔问题

    题目描述: 给定A.B.C三根足够长的细柱,在A柱上放有2n个中间有孔的圆盘,共有n个不同的尺寸,每个尺寸都有两个相同的圆盘,注意这两个圆盘是不加区分的(下图为n=3的情形).现要将这些圆盘移到C柱上 ...

  5. (44)zabbix报警媒介:email

    报警信息将会使用系统自带的sendmail发送,配置比较简单 配置媒介Email Administration→Media types->Click on Create media type   ...

  6. ajax实现上传图片保存到后台并读取

    上传图片有两种方式: 1.fileReader  可以把图片解析成base64码的格式,简单粗暴 2.canvas  可以重新绘制一张图片,可以先把获取得到的图片的blob放进canvas里面,再生成 ...

  7. python的web框架---Django项目

    Django项目之会议室预预订: 界面效果展示: 1.创建超级管理员,实现预定界面功能 2.预定界面: (一)基于pymysql设计数据表结构,理清前后端与用户交互逻辑.(用户表,会议室表,预定内容存 ...

  8. poj 3783

    Balls Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 1196   Accepted: 783 Description ...

  9. 【04】Math图解

    [04]Math知识图    

  10. linux -- 查找(find)命令 一

    find: find命令是非常有用的linux命令,我们可以用它来根据指定的搜索条件来搜索整个文件系统来查找文件或目录. 基本的‘find file’命令 find . -name "foo ...