码迷,mamicode.com
首页 >  
搜索关键字:hive show current roles    ( 32202个结果
update cdh version ,but cdh use old conf ,problem solve
最近升级cdh版本,从4.5 升级到 5.0.0 beta-2 但是升级后,发现/etc/alternatives 路径下的软链接还是只想旧的4.5 版本,而且hadoop环境也是沿用4.5 的版本conf,导致hive不能正常使用,报错为hdfs 的版本不对。 后面使用strace工具查看,发现它...
分类:其他好文   时间:2014-06-07 02:44:21    阅读次数:248
动画渐变兼容各个浏览器
.destination1 .current{ display:block; animation:danru 2s linear infinite; -webkit-animation:danru 2s linear alternate ; -moz-animatio...
分类:其他好文   时间:2014-06-04 20:53:25    阅读次数:332
Simplify Path
Given an absolute path for a file (Unix-style), simplify it.For example,path="/home/", =>"/home"path="/a/./b/../../c/", =>"/c"click to show corner cas...
分类:其他好文   时间:2014-06-04 19:32:14    阅读次数:270
用中点Bresenham画直线算法绘制任意斜率直线
使用VC 6.0 mfc实现编程刚学的图像学,挺难学的,show 代码吧void CLineView::OnDraw(CDC* pDC) { CLineDoc* pDoc = GetDocument();ASSERT_VALID(pDoc);// TODO: add draw code for na...
分类:其他好文   时间:2014-06-04 18:15:36    阅读次数:627
[掌眼]微信支付测试返回:access_control:not_allow或system:access_denied
转自:http://mp.weixin.qq.com/qa/index.php?qa=11634&qa_1=%E6%94%AF%E4%BB%98%E8%BF%94%E5%9B%9E%EF%BC%9Aaccess_control-not_allow&show=16550感谢:乐游旅游比如我的测试js支...
分类:微信   时间:2014-05-30 20:25:50    阅读次数:8782
安卓编程总结(1)
1、通过Toast类显示提示消息对话框Toast.makeText(Login.this,"pleaseinputtherightinfomation!",Toast.LENGTH_LONG).show()函数实现。2、Android中的String类与Qt中的QString类有一点不同,Andro...
分类:移动开发   时间:2014-05-30 03:17:01    阅读次数:287
Jquer基础之动画操作
Jquery的动画效果能够轻松的为网页添加动画效果,为网页带来了新的活力。 一、show()方法和hide()方法 show()方法和hide()方法是jquery中最基本的动画方法。使用show()方法会将隐藏的元素显示出来,使用hide()方法会将元素的属性设置为display:none...
分类:其他好文   时间:2014-05-29 20:36:28    阅读次数:1027
【原】hive 操作笔记
programming hive。
分类:其他好文   时间:2014-05-29 19:22:11    阅读次数:912
vim 查看某字符串出现的次数
http://blog.chinaunix.net/uid-23577393-id-1751983.htmlTo count how often any pattern occurs in the current buffer use the substitutecommand and add th...
分类:其他好文   时间:2014-05-29 17:37:03    阅读次数:217
MySQL远程访问权限
1、登陆mysql数据库 mysql -u root -p#查看数据库mysql> show databases;+--------------------+| Database |+--------------------+| information_schema || mys...
分类:数据库   时间:2014-05-29 15:28:05    阅读次数:527
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!