摘要: 使用场景,在做全国各省ip访问统计时要将sparkStreaming的数据存在mysql中,按照一般设计,id,province,counts,time,这样就需要每次清空表,但是如果多分区的话就存在删除表的时候回出现后一个分区可能把前一个分区的数据删除掉,当然最好的办法是每次都只更新而不删除,但是 阅读全文
posted @ 2017-08-18 23:33 牵牛花 阅读(45974) 评论(0) 推荐(0)
摘要: Exception in thread "main" redis.clients.jedis.exceptions.JedisDataException: DENIED Redis is running in protected mode because protected mode is enab 阅读全文
posted @ 2017-08-18 18:10 牵牛花 阅读(596) 评论(0) 推荐(0)
摘要: 可能出现的问题: 注意事项: http://www.nilday.com/2016/12/ 阅读全文
posted @ 2017-08-18 01:53 牵牛花 阅读(872) 评论(0) 推荐(0)