Studying
美团spark实践:http://tech.meituan.com/spark-in-meituan.html
CDH5.6.0-HBase1.0.0:http://archive.cloudera.com/cdh5/cdh/5/hbase/book.html
Spark On Yarn内存资源:http://blog.javachen.com/2015/06/09/memory-in-spark-on-yarn.html
Spark 动态资源分配:http://lxw1234.com/archives/2015/12/593.htm
CDH 相关升级解决issues:
Better: http://blog.csdn.net/xiao_jun_0820/article/details/46561097
CDH集群调优:
http://blog.csdn.net/tiimfei/article/details/46818257
CDH动态资源池:
http://blog.sina.com.cn/s/blog_b042cecf0102vmqy.html
2. Hue:
3. Spark+Kafka: https://www.ibm.com/developerworks/cn/opensource/os-cn-spark-practice2/
http://blogx.github.io/apache-spark-resource-management-and-yarn-app-models.html
4. Yarn资源调度: http://jxy.me/2015/04/30/yarn-resource-scheduler/
5. Hive优化:
仓库建设:http://blog.csdn.net/tiimfei/article/details/47127531
权限控制:https://cwiki.apache.org/confluence/display/Hive/SQL+Standard+Based+Hive+Authorization
权限控制业务场景:http://www.tuicool.com/articles/b2uuInN
Beeline连接HiveServer2(Queue):http://www.07net01.com/2015/08/900810.html
Map数:http://crxy2013.blog.51cto.com/9922445/1641735
Reduce数:http://crxy2013.blog.51cto.com/9922445/1642597
相关异常(1.1.0): http://tangjj.blog.51cto.com/1848040/1633305
Studying的更多相关文章
- So many good projects for studying C programming lanuage.
Some one asked a question for studying C programming language on stackexachange.com. He got a bucket ...
- Studying GIT
Studying git Shopping list: GIT的功能 接触一个新的软件或者网站,最重要的就是认识它的功能:Git 是用于 Linux内核开发的版本控制工具.与常用的版本控制工具 CVS ...
- Studying TCP's Throughput and Goodput using NS
Studying TCP's Throughput and Goodput using NS What is Throughput Throughput is the amount of data r ...
- Studying TCP's Congestion Window using NS
Studying TCP's Congestion Window using NS How to obtain TCP's CWND value The most important value th ...
- [ROS] Studying Guidance
Reference: https://www.zhihu.com/question/35788789 安装指南:http://wiki.ros.org/indigo/Installation/Ubun ...
- Notes for Studying Django
Once you added a new application to INSTALLED_APPS, the database tables need to be updated, thus you ...
- Day One studying english
I start study english lately,but the is no basis for english.Only i use baidu translation,google tra ...
- [SLAM] Studying Guidance
Books from Zhihu: 幽默一把 看完Gonzalez:嗯,好像很好玩的样子,我也来搞一搞.看完Price:什么鬼,怎么这么多公式,公式看不懂肿么破.看完Szeliski:原来用一千页的书 ...
- Java study 2:The note of studying Socket which based TCP
TCP concept: 传输控制协议(Transmission Control Protocol, TCP)是一种面向连接(连接导向)的.可靠的.基于字节流的运输层(Transport layer) ...
- Java study 1:The note of studying Socket which based UDP
UDP concept: UDP 是User Datagram Protocol的简称, 中文名是用户数据报协议,是OSI(Open System Interconnection,开放式系统互联) 参 ...
随机推荐
- Mark,20180127,技术博客之路开启!
不怎么会说话,自己本身少说话的撸码loner,少说多做.毕业从事手游一年多,之前主要从事Cocos2dx,刚转投Unity不到一个月,后面主要总结下自己在这两方面开发过程中的一些历程,希望自己能有所积 ...
- sqlserver2017 重装过程中出现“无法找到数据库引擎启动句柄”错误的解决办法
sqlserver数据库引擎修改账号名,详情参考:http://blog.51cto.com/djclouds/2089047?utm_source=oschina-app 在SQL Server安装 ...
- vue 和 react 路由跳转和传参
react 1 .跳转方式加传参 this.props.history.push({ //地址 pathname: '/film/Details', //路由传参 ...
- java通过年月得到该月每一天的日期
public static List<String> getDayByMonth(int yearParam,int monthParam){ List<String> lis ...
- [leetcode]26. Remove Duplicates from Sorted Array有序数组去重(单个元素只出现一次)
Given a sorted array nums, remove the duplicates in-place such that each element appear only once an ...
- centos 7 一些命令
su 切换到管理员账户cd 'wo shi mu lu'ls 查看 当前目录或者文件tar -xvzf pip-10.0.1.tar.gz 解压 文件systemctl restart network ...
- Error while executing: am start -n
单纯clean project是不行的,选择File-Invalidate Caches/Restart,清除缓存,重启AS Android NDK 是在SDK前面又加上了"原生" ...
- Base64加密转换原理与代码实现
一.Base64实现转换原理 它是用64个可打印字符表示二进制所有数据方法.由于2的6次方等于64,所以可以用每6个位元(bit)为一个单元,对应某个可打印字符.我们知道三个字节(byte)有24个位 ...
- 代码之髓读后感——类&继承
面向对象 语言中的用语并不是共通的,在不同语言中,同一个用语的含义可能会有很大差别. C++的设计者本贾尼·斯特劳斯特卢普对类和继承给予了正面肯定,然而,"面向对象"这个词的发明者 ...
- 1,postman的安装
1,下载postman 2,安装,下载和自己系统相对应的版本 本人下载的是window版本的,直接一步步安装就行 打开后进入下边的界面 建议使用native版本的postman,chrome插件的po ...