logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

关于Hadoop你不得不知道的12个事实

【IT168 评论】现如今,Apache Hadoop已经无人不知无人不晓。当年雅虎搜索工程师Doug Cutting开发出这个用以创建分布式计算机环境的开源软件库,并以自己儿子的大象玩偶为其命名的时候,谁能想到它有一天会占据“大数据”技术的头把交椅呢。  虽然Hadoop伴随大数据一同火爆起来,但相信还是有许多用户对于它不甚了解。在上周名的TDWI解决方案峰会中, TDWI研究主任兼行业分析

#hadoop#mapreduce#数据仓库 +1
安装mysql Install/Remove of the Service Denied!错误的解决办法

在windos 的cmd下安装mysql在mysql的bin目录下面执行: mysqld --install报错:信息如下:Install/Remove of the Service Denied 解决办法:打开cmd.exe程序的时候选择“用管理员身份打开”。

hive函数 -- split 字符串分割函数

hive字符串分割函数split(str, regex) - Splits str around occurances that match regexTime taken: 0.769 seconds, Fetched: 1 row(s)返回值为一个数组例1:split('a,b,c,d',',')得到的结果:["a","b","c","d"] 当然,我们也可

mysql 同步问题 1032错误

Last_SQL_Errno: 1032               Last_SQL_Error: Could not execute Update_rows event on table gexin_sina.sina_user; Can't find record in 'sina_user', Error_code: 1032;               handler erro

#mysql#数据库#sql
error while loading shared libraries: libreadline.so.5: cannot open shared object file

错误信息:mysql: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory解决办法: yum install readline-devel readlinecd  /usr/lib64

show slave status 各个参数的解释 -- mysql

之前说过了如何搭建一个简单的mysql的主从复制 下面再来说下 show slave statusslave状态各个参数的具体含义。1. Slave_IO_State这个是指slave 连接到master的状态。2.Master_User 这个是master上面的一个用户。用来负责主从复制的用户 ,创建主从复制的时候建立的(具有reolication slave权限)。

#服务器#ssl#sql +1
FAILED: Error in metadata: java.lang.RuntimeException: Unable to instantiate org.apache.解决办法

起因是我重装了mysql数据库。安装之后 把访问权限都配置好 :GRANT ALL PRIVILEGES ON*.* TO 'hive'@'%' Identified by 'hive'; GRANT ALL PRIVILEGES ON*.* TO'hive'@'localhost' Identified by 'hive'; GRANT ALL PRIVILEGES

InnoDB: Check that you do not already have another mysqld process 错误解决办法

非正常关机之后 再次启动mysql 失败错误信息如下:150721 15:45:27 mysqld_safe Starting mysqld daemon with databases from /opt/mysql/data150721 15:45:27 [Note] Flashcache bypass: disabled150721 15:45:27 [Note] Flash

Can't create a new thread (errno 11) 解决办法 mysql无法连接

问题的现象:错误信息:ERROR 1135 (00000): Can't create a new thread (errno 11); if you are not out of available memory, you can consult the manual for a possible OS-dependent b 原因分析:和mysql本身没关系操作系统

浅析mysql内存参数之-- binlog_cache_size

binlog_cache_size含义:服务器配置了 log-bin的情况下

暂无文章信息