Studying

CDH 相关升级解决issues:

http://www.cloudera.com/content/cloudera/en/documentation/cdh5/v5-0-0/Impala/Cloudera-Impala-Release-Notes/cirn_known_issues.html

CDH集群调优:

http://blog.csdn.net/tiimfei/article/details/46818257

CDH动态资源池:

http://blog.sina.com.cn/s/blog_b042cecf0102vmqy.html

1. Impala:  http://www.cloudera.com/content/cloudera/zh-CN/documentation/core/v5-3-x/topics/impala_tutorial.html?scroll=tutorial_impala_hive_unique_2

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

时间: 2024-08-06 17:44:06

Studying的相关文章

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 that determine the behavior of TCP is the congestion window size or traditionally abreviated as CWND In NS, every TCP-type class (Agent/TCP/Tahoe, (Agen

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 received by the destination. The Average Throughput is the throughput per unit of time Example: Suppose a TCP receiver receives 60 M Bytes of data in 1

粗略。。。java设计模式总结。。。studying

设计模式5--DAO(data access object) 1)把本机内存数据保存到指定目录中 2)把本机指定目录中数据读取到内存中 设计模式4--装饰模式 1)加强某个类的功能,并把该类加到加强类的体系中 设计模式3--值对象 1)数据封装.方便socket传输 设计模式2--工厂 1)选择实现类 2)返回接口 3)隐藏实现类 设计模式1--单例 1)仅仅同意内存中仅仅有一个实例 2)(多例)同意内存中有多个实例 3)实例:数据库訪问人数的设计

Day One studying english

I start study english lately,but the is no basis for english.Only i use baidu translation,google translation and youdao.I really need the ability now.I think a little bit of progress every day,for work,for target,for faimly.

MVC——studying

        今天把MVC学习了一下,学习主要是从两个方面入手的,一个是基础知识的学习,另一个方面是从demo方面来学习了,通过写一个简单的demo来认识一个知识,在实践中学到更多的知识.学习的时候从这四个方面开始入手的:         ①什么是 ②什么时候用 ③怎么用 ④优缺点 一.什么是MVC         MVC全名是Model View Controller,是模型(model)-视图(view)-控制器(controller)的缩写,一种软件设计典范,用一种业务逻辑.数据.界面显

Msdn url for studying Parititon

可以通过以下MSDN 链接学习Partition https://msdn.microsoft.com/en-us/library/ms190787.aspx https://msdn.microsoft.com/en-us/library/ms187526.aspx https://msdn.microsoft.com/en-us/library/dd578580.aspx

Good studying and day day up

Constantly your knowledge must be updated if not, in no time, you are outdated.Study hard and make progress every day. 

Java Studying

session和cookie有什么区别? cookie是Web服务器发送给浏览器的一块信息.浏览器会在本地文件中给每一个Web服务器存储cookie. 以后浏览器在给特定的Web服务器发请求的时候,同时会发送所有为该服务器存储的cookie. 下面列出了session和cookie的区别: 无论客户端浏览器做怎么样的设置,session都应该能正常工作.客户端可以选择禁用cookie,但是,session仍然是能够工作的,因为客户端无法禁用服务端的session. 在存储的数据量方面sessio

[ROS] Studying Guidance

Reference: https://www.zhihu.com/question/35788789 安装指南:http://wiki.ros.org/indigo/Installation/Ubuntu 第一,有心的同学可能已经注意到了,这里的版本是indigo而并非是最新版本的jade,这里都是血泪的教训,一开始老师就告诉我们新手要选择indigo版本安装. 第二,是镜像源的问题.在安装步骤1.2 Setup your sources.list下面黄色底的Mirrors字样点进去就是我们可以

Java study 2:The note of studying Socket which based TCP

TCP concept: 传输控制协议(Transmission Control Protocol, TCP)是一种面向连接(连接导向)的.可靠的.基于字节流的运输层(Transport layer)通信协议,由IETF的RFC 793说明(specified).(from bing) 2.TCP program: (1).有明确的C/S之分,Server端用ServerSocket,Client端用Socke; (2).Server端用accept()做監聽等待接收,一旦有鏈接連上的話,返回一