07 2014 档案
摘要:来自:http://hadoopi.wordpress.com/2014/06/05/hadoop-add-third-party-libraries-to-mapreduce-job/Anybody working with Hadoop should have already faced a s...
阅读全文
摘要:来自:http://www.cnblogs.com/taven/category/475298.html 1 import java.util.concurrent.CountDownLatch; 2 import java.util.concurrent.ExecutorService; 3 im...
阅读全文
摘要:来自:http://www.cnblogs.com/taven/archive/2011/12/17/2291474.html 1 import java.util.ArrayList; 2 3 import java.util.concurrent.ExecutorService; 4 ...
阅读全文
摘要:来自:http://www.cnblogs.com/taven/archive/2011/12/17/2291471.html 1 import java.util.concurrent.ExecutorService; 2 3 import java.util.concurrent.Exe...
阅读全文
摘要:来自:http://www.cnblogs.com/taven/archive/2011/12/17/2291470.html 1 import java.util.concurrent.ExecutorService; 2 3 import java.util.concurrent.Exe...
阅读全文
摘要:来自:http://www.cnblogs.com/taven/archive/2011/12/17/2291469.html 1 import java.util.concurrent.Callable; 2 3 import java.util.concurrent.ExecutionE...
阅读全文
摘要:来自:http://www.cnblogs.com/taven/archive/2011/12/17/2291466.html 1 import java.util.concurrent.Callable; 2 3 import java.util.concurrent.ExecutorSe...
阅读全文
摘要:来自:http://www.cnblogs.com/taven/archive/2011/12/17/2291465.html 1 import java.lang.management.ClassLoadingMXBean; 2 3 import java.lang.management....
阅读全文
摘要:1 import java.io.BufferedReader; 2 3 import java.io.BufferedWriter; 4 5 import java.io.File; 6 7 import java.io.IOException; 8 9 import ...
阅读全文
摘要:说明文档:http://dev.mysql.com/doc/refman/5.1/en/connector-j-reference-replication-connection.html代码例子: 1 import java.sql.Connection; 2 import java.sql.Res...
阅读全文
摘要:Don't think it is supported yet. Take a look at thisJIRA trackingDelete Topic. For delete manuallyShutdown the clusterClean kafka log dir (specified b...
阅读全文
摘要:来自:http://blog.csdn.net/macyang/article/details/7880671所谓的推测执行,就是当所有task都开始运行之后,Job Tracker会统计所有任务的平均进度,如果某个task所在的task node机器配置比较低或者CPU load很高(原因很多),...
阅读全文
摘要:1 ############################################ 2 # producer config 3 ############################################ 4 #agent section 5 producer.s...
阅读全文
摘要:1 /* 2 * This class is part of the book "iText in Action - 2nd Edition" 3 * written by Bruno Lowagie (ISBN: 9781935182610) 4 * For more info, ...
阅读全文
摘要:来自:http://caiguangguang.blog.51cto.com/1652935/1384187flume bucketpath的bug一例测试的配置文件:12345678910111213141516171819202122232425262728agent-server1.sourc...
阅读全文