摘要: 在执行mdrill创建表的时候报如下异常(蓝色部分为关键):[mdrill@hadoop1101 bin]$ ./bluewhale mdrill create ./create.sql higo execute [create, ./create.sql]Exception in thread "... 阅读全文
posted @ 2014-08-14 19:23 谢佳东/馨予希 阅读(493) 评论(0) 推荐(0) 编辑
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 /** * 检索数组元素(原型扩展或重载) * @param {o} 被检索的元素值 * ... 阅读全文
posted @ 2014-07-28 10:19 谢佳东/馨予希 阅读(694) 评论(0) 推荐(0) 编辑
摘要: 先来一个土方法:其中,唯一的注意点就是获取年份时不要写成d.getYear()这样你获取过来的就是114这个值,这里解释一下,为什么是114?因为今年是2014年而使用getYear()你获取的是2014-1900这个数值。看到1900我想你应该懂了(默认系统时间)。第二种方法,通过使用protot... 阅读全文
posted @ 2014-07-28 09:49 谢佳东/馨予希 阅读(57205) 评论(0) 推荐(0) 编辑
摘要: https://github.com/0xdata/h2o/wiki/Installing-python-2.7-on-centos-6.3.-Follow-this-sequence-exactly-for-centos-machine-only 阅读全文
posted @ 2014-07-22 16:22 谢佳东/馨予希 阅读(140) 评论(0) 推荐(0) 编辑
摘要: MySQL-python 1.2.3 for Windows and Python 2.7, 32bit and 64bit versions - See more at: http://www.codegood.com/archives/129#sthash.dc3d3aib.dpufhttp:/... 阅读全文
posted @ 2014-07-22 16:18 谢佳东/馨予希 阅读(336) 评论(0) 推荐(0) 编辑
摘要: 异常截图:原因很简单,Hadoop对应的eclipse插件jar包版本不对,更换至响应版本即可。 阅读全文
posted @ 2014-07-13 14:30 谢佳东/馨予希 阅读(814) 评论(0) 推荐(0) 编辑
摘要: 启动后,访问:http://IP:1107/mdrill.jsp 蓝鲸任务即http:/IP:1107/topology.jsp 页面出现如下错误:HTTP ERROR 500Problem accessing /topology.jsp. Reason: KeeperErrorCode = ... 阅读全文
posted @ 2014-07-13 10:59 谢佳东/馨予希 阅读(4159) 评论(0) 推荐(0) 编辑
摘要: 首先,下载最新的maven3.2.2,地址:http://mirrors.cnnic.cn/apache/maven/maven-3/3.2.2/binaries/apache-maven-3.2.2-bin.tar.gz [root@www ~]$ wget http://mirrors.hust... 阅读全文
posted @ 2014-07-13 09:54 谢佳东/馨予希 阅读(952) 评论(0) 推荐(0) 编辑
摘要: 异常截图:解决方案:[root@www ~]# vi /var/lib/pgsql/data/pg_hba.conf# TYPE DATABASE USER CIDR-ADDRESS METHOD# "local" is for Unix domain soc... 阅读全文
posted @ 2014-07-09 21:45 谢佳东/馨予希 阅读(5241) 评论(0) 推荐(0) 编辑
摘要: 首先备份CentOS-Base.repo[root@richard yum.repos.d]# mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup其次,下载对应版本的CentOS-Base.rep... 阅读全文
posted @ 2014-07-08 12:11 谢佳东/馨予希 阅读(2919) 评论(0) 推荐(0) 编辑