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. Fisherfaces 算法的具体实现源码

    /* * Copyright (c) 2011. Philipp Wagner <bytefish[at]gmx[dot]de>. * Released to public domain ...

  2. iOS 第三方类库之MBProgressHUD

    github链接地址 MBProgressHUD是一个开源的第三方类库实现了很多种样式的提示框,类似Activity indicator,使用上简单.方便,并且可以对显示的内容进行自定义,功能很强大, ...

  3. Wash!!(HDU_6000)

    传送门:Wash! 题意:有n台洗衣机,m台烘干机,给出了每台机器处理意见衣服的时间,而且没见机器同时只能处理一件衣服.问如何选择机器才能使洗完衣服的时间最短. 思路:建两个优先队列,一个表示洗衣机, ...

  4. InnoDB体系架构总结(二)

    事务 确保事务内的SQL都可以同步执行 要么一起成功 要么一起失败.事务有四个特性原子性 一致性,隔离性,持久性 实现方式 开始事务的时候回家记录记录一个LSN日志序列 当事务执行的时候 会首先在In ...

  5. python--MySQL数据库初识

    一 . MySQL安装 # 下载MySQL地址 https://dev.mysql.com/downloads # 要选稳定的,不要选最新的,稳定的就是半年以上没有出现过bug 现在5.6.43为绝大 ...

  6. requests库的学习——跟随官方文档

    发送GET请求: import requests r=requests.get("http://www.kekenet.com/") 如果需要传递参数可以有以下几种方法: impo ...

  7. Objective-C urlEncode urlDecode

    @interface NSString (stringByDecodingURLFormat) - (NSString *)stringByDecodingURLFormat; - (NSString ...

  8. WIN10配置MAVEN

    添加新的系统环境变量M2_HOME, 并设置其值为你安装的目录MAVEN_HOME=D:\Softwares\apache-maven-3.2.2. 更新系统PATH 变量, 添加;%M2_HOME% ...

  9. Spring注解@Component、@Repository、@Service、@Controller

    @Service用于标注业务层组件 @Controller用于标注控制层组件(如struts中的action) @Repository用于标注数据访问组件,即DAO组件 @Component泛指组件, ...

  10. CI框架两个application共用同一套 model

    既然是要共用model文件,就要告诉系统去何处加载我们的模型文件.这个工作是在 Loader.php 这个类中完成的,所以就要修改默认的行为: /** * List of paths to load ...