logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Redis报错:ERR Operation against a key holding the wrong kind of value 解决处理

首先应该明白报这个错误说明了你用的jedis方法与redis服务器中存储数据的类型存在冲突。例如:数据库中有一个key是usrInfo的数据存储的是Hash类型的,但是你使用jedis执行数据操作的时候却使用了非Hash的操作方法,比如Sorted Sets里的方法。此时就会报ERR Operation against a key holding the wrong kin

linux时间同步,ntpd、ntpdate

转自 http://blog.sina.com.cn/s/blog_636a55070101u1mg.htmllinux时间同步,ntpd、ntpdateLINUX 2010-10-1309:01:02 阅读1043 评论0  字号:大中小 订阅在Windwos中,系统时间的设置很简单,界面操作,通俗易懂。而且设置后,重启,关机都没关系。系统时间会自

修改hdfs上目录的权限

http://www.linuxidc.com/Linux/2012-05/60635.htm

Session 0x0 for server hostname/***.***.***.***:2181, unexpected error, closing socket connection an

程序所在机器对ZooKeeper的连接数超过了ZooKeeper设置允许的单个client最大连接数详见http://www.cnblogs.com/panfeng412/archive/2013/03/23/hiveserver2-too-many-zookeeper-connections-issues.html

linux终端下修改文件夹名称显示颜色

http://serverfault.com/questions/463784/changing-colors-of-files-dirs-in-linux-lshttp://blog.csdn.net/movayhust/article/details/6916951http://www.cnblogs.com/pmars/p/3730644.html以上的博客内容都写的很好

Linkedin Camus,从Kafka到HDFS的数据传输管道

http://blog.csdn.net/amghost/article/details/44258817

kafka 集群运维和使用

转自:   http://blog.csdn.net/qiaochao911/article/details/40920645最近在维护kafka集群,遇到了很多问题都需要记录下:集群信息:12台服务器,每台机子12块盘每块1.8T,其中6台做RAID,6台使用12块盘,64G内存,CPU24核,万兆网卡。集群每天写入的消息量能到每天33亿条消息,消费暂时还没有统计(通

kafka I wrote this conflicted ephemeral node

https://issues.apache.org/jira/browse/KAFKA-1451The broker does not become available due to being stuck in an infinite loop while electing leader. This can be recognised by the following line be

KafKa error java.nio.channels.UnresolvedAddressException

在开发所在的windows的hosts上没有配置kafka的ip和hostname的映射

spark stream冷启动处理kafka中积压的数据

因为首次启动JOB的时候,由于冷启动会造成内存使用太大,为了防止这种情况出现,限制首次处理的数据量spark.streaming.backpressure.enabled=truespark.streaming.backpressure.initialRate=200应该是在spark-submit的命令中用–conf指定。http://qindongliang.iteye.com/blog/

    共 19 条
  • 1
  • 2
  • 请选择