摘要:
Java多线程实现方式主要有四种:继承Thread类、实现Runnable接口、实现Callable接口通过FutureTask包装器来创建Thread线程、使用ExecutorService、Callable、Future实现有返回结果的多线程。 其中前两种方式线程执行完后都没有返回值,后两种是带 阅读全文
posted @ 2016-11-06 19:33
大数据从业者FelixZh
阅读(263784)
评论(7)
推荐(32)
摘要:
Java通过Executors提供四种线程池,分别为:newCachedThreadPool创建一个可缓存线程池,如果线程池长度超过处理需要,可灵活回收空闲线程,若无可回收,则新建线程。newFixedThreadPool 创建一个定长线程池,可控制线程最大并发数,超出的线程会在队列中等待。newS 阅读全文
posted @ 2016-11-06 19:25
大数据从业者FelixZh
阅读(2274)
评论(0)
推荐(1)
摘要:
本人在使用yum安装软件的时候,感觉最不爽的是网络不佳时,安装的速度特别慢。所以,个人就上网search了一下如何使用Linux的安装文件作为其yum源。经过几次尝试,已经可以成功的配置了。下面是详细的介绍: (1)个人的使用环境 本人的CentOS是安装在vmware上的:VMware works 阅读全文
posted @ 2016-11-06 18:31
大数据从业者FelixZh
阅读(4139)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2016-11-06 18:25
大数据从业者FelixZh
阅读(3052)
评论(3)
推荐(0)
摘要:
目录: 什么是大数据 Hadoop介绍-HDFS、MR、Hbase 大数据平台应用举例-腾讯 公司的大数据平台架构 “就像望远镜让我们能够感受宇宙,显微镜让我们能够观测微生物一样,大数据正在改变我们的生活以及理解世界的方式……”。 大数据的4V特征-来源 公司的“大数据” 随着公司业务的增长,大量和 阅读全文
posted @ 2016-11-06 18:22
大数据从业者FelixZh
阅读(915)
评论(0)
推荐(0)
摘要:
In this post I’m going to help you understand how Kafka stores its data. I’ve found understanding this useful when tuning Kafka’s performance and for 阅读全文
posted @ 2016-11-06 17:00
大数据从业者FelixZh
阅读(312)
评论(0)
推荐(0)
摘要:
In this post, we will dive into the consumer side of this application ecosystem, which means looking closely at Kafka consumer group monitoring. Read 阅读全文
posted @ 2016-11-06 16:58
大数据从业者FelixZh
阅读(842)
评论(0)
推荐(0)
摘要:
Apache Kafka is an attractive service because it’s conceptually simple and powerful. It’s easy to understand writing messages to a log in one place, t 阅读全文
posted @ 2016-11-06 16:55
大数据从业者FelixZh
阅读(324)
评论(0)
推荐(0)
摘要:
Kafka Streams is a deployment-agnostic stream processing library written in Java. Even though Kafka has a great test coverage, there is no e 阅读全文
posted @ 2016-11-06 16:46
大数据从业者FelixZh
阅读(422)
评论(0)
推荐(0)
摘要:
This is a guest blog from Robin Moffatt. Robin Moffatt is Head of R&D (Europe) at Rittman Mead, and an Oracle ACE. His particular interests are analyt 阅读全文
posted @ 2016-11-06 16:43
大数据从业者FelixZh
阅读(1992)
评论(0)
推荐(0)
摘要:
来自 Confluent 的 Confluent Platform 3.0 消息系统支持使用 Kafka Streams 实现实时的数据处理,这家公司也是在背后支撑 Apache Kafka 消息框架的公司,它近日宣布 最新的开源平台已经达到了通用发布(general availability)版本 阅读全文
posted @ 2016-11-06 16:40
大数据从业者FelixZh
阅读(1407)
评论(0)
推荐(0)
摘要:
At Walmart.com in the U.S. and at Walmart’s 11 other websites around the world, we provide seamless shopping experience where products are sold by: Pr 阅读全文
posted @ 2016-11-06 16:26
大数据从业者FelixZh
阅读(358)
评论(0)
推荐(0)
摘要:
This article is an in-depth tutorial for using Kafka to move data from PostgreSQL to Hadoop HDFS via JDBC connections. Read this eGuide to discover th 阅读全文
posted @ 2016-11-06 15:56
大数据从业者FelixZh
阅读(999)
评论(0)
推荐(0)
摘要:
This is a common question asked by many Kafka users. The goal of this post is to explain a few important determining factors and provide a few simple 阅读全文
posted @ 2016-11-06 15:42
大数据从业者FelixZh
阅读(479)
评论(0)
推荐(0)
摘要:
原文地址:http://hellojava.info/?p=464 最近出了个故障,排查的时候耗费了很长的时间,回顾整个排查过程,经验主义在这里起了不好的作用,直接导致了整个故障排查的时间非常长,这个故障的根本原因在于BlockingQueue用的有问题,顺带展开说说Java中常用的几个Blocki 阅读全文
posted @ 2016-11-06 13:39
大数据从业者FelixZh
阅读(919)
评论(0)
推荐(0)

浙公网安备 33010602011771号