会员
商店
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
随笔 - 38 文章 - 0 评论 - 6 阅读 -
10万
2022年2月18日
Java8 判断一个集合的元素哪些不在另外一个集合
摘要: List dataList = Arrays.asList(data); //集合1 List dataList1 = Arrays.asList(data1); //集合2 List list2 = (List) dataList1.stream().filter(item -> !dataLis
阅读全文
posted @ 2022-02-18 16:02 简单明了
阅读(1782)
评论(0)
推荐(0)
编辑
2019年6月21日
软考介绍
摘要: 一、软考介绍 •软考是由人力资源和社会保障部和工业和信息化部领导下的国家级考试,其目的是,科学、公正地对全国计算机与软件专业技术人员进行职业资格、专业技术资格认定和专业技术水平测试。上半年考试时间为5月底(第三个周六、周日),下半年考试时间为11月中旬(第二个周六、周日)。 •这种考试还具有水平考试
阅读全文
posted @ 2019-06-21 10:42 简单明了
阅读(3850)
评论(0)
推荐(0)
编辑
2018年10月15日
安装ffmpeg
摘要: # Script ffmpeg compile for Centos 7.x # Alvaro Bustos, thanks to Hunter. # Updated 5-8-2018 # URL base https://trac.ffmpeg.org/wiki/CompilationGuide/Centos # Install libraries yum install -y autocon...
阅读全文
posted @ 2018-10-15 13:40 简单明了
阅读(1078)
评论(0)
推荐(0)
编辑
2017年5月16日
Hadoop实战-Flume之自定义Sink(十九)
摘要: import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import org.apache.flume.Channel; import org.apache.flume.Context; import org.a...
阅读全文
posted @ 2017-05-16 22:56 简单明了
阅读(550)
评论(0)
推荐(0)
编辑
Hadoop实战-Flume之自定义Source(十八)
摘要: import java.nio.charset.Charset; import java.util.HashMap; import java.util.Random; import org.apache.flume.Context; import org.apache.flume.EventDeliveryException; import org.apache.flume.PollableS...
阅读全文
posted @ 2017-05-16 22:55 简单明了
阅读(304)
评论(0)
推荐(0)
编辑
Hadoop实战-Flume之Sink Load-balancing(十七)
摘要: a1.sources = r1 a1.sinks = k1 k2 a1.channels = c1 # Describe/configure the source a1.sources.r1.type = netcat a1.sources.r1.bind = localhost a1.sources.r1.port = 44444 # Describe the sink a1.sinks....
阅读全文
posted @ 2017-05-16 22:53 简单明了
阅读(173)
评论(0)
推荐(0)
编辑
Hadoop实战-Flume之Sink Failover(十六)
摘要: a1.sources = r1 a1.sinks = k1 k2 a1.channels = c1 # Describe/configure the source a1.sources.r1.type = netcat a1.sources.r1.bind = localhost a1.sources.r1.port = 44444 # Describe the sink a1.sinks....
阅读全文
posted @ 2017-05-16 22:52 简单明了
阅读(168)
评论(0)
推荐(0)
编辑
Hadoop实战-Flume之Source multiplexing(十五)
摘要: a1.sources = r1 a1.sinks = k1 k2 a1.channels = c1 c2 # Describe/configure the source a1.sources.r1.type = netcat a1.sources.r1.bind = localhost a1.sources.r1.port = 44444 # Describe the sink a1.sin...
阅读全文
posted @ 2017-05-16 22:50 简单明了
阅读(393)
评论(0)
推荐(0)
编辑
Hadoop实战-Flume之Source replicating(十四)
摘要: a1.sources = r1 a1.sinks = k1 k2 a1.channels = c1 c2 # Describe/configure the source a1.sources.r1.type = netcat a1.sources.r1.bind = localhost a1.sources.r1.port = 44444 # Describe the sink a1.sin...
阅读全文
posted @ 2017-05-16 22:46 简单明了
阅读(168)
评论(0)
推荐(0)
编辑
Hadoop实战-Flume之Source regex_filter(十三)
摘要: a1.sources = r1 a1.sinks = k1 a1.channels = c1 # Describe/configure the source a1.sources.r1.type = netcat a1.sources.r1.bind = localhost a1.sources.r1.port = 44444 a1.sources.r1.interceptors =i5 #a...
阅读全文
posted @ 2017-05-16 22:44 简单明了
阅读(1050)
评论(0)
推荐(0)
编辑
下一页
昵称:
简单明了
园龄:
10年5个月
粉丝:
33
关注:
10
+加关注
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
我的标签
Nexus
(3)
Spark
(2)
Maven
(2)
上下基线
(2)
LogStash
(1)
Linux修改/etc/profile不生效的问题
(1)
Hbase
(1)
HashingTF
(1)
Elasticsearch
(1)
Drools
(1)
更多
随笔分类
软考(1)
APP设计(1)
Drools(1)
Elasticsearch(1)
Hadoop(19)
Java(3)
Linux(2)
LogStash(1)
Maven(1)
Scala(1)
Spark(4)
随笔档案
2022年2月(1)
2019年6月(1)
2018年10月(1)
2017年5月(15)
2017年4月(5)
2017年1月(1)
2016年5月(3)
2015年11月(1)
2015年10月(3)
2015年9月(1)
2015年8月(2)
2015年7月(3)
2014年11月(1)
阅读排行榜
1. LogStash的Filter的使用(26792)
2. Nexus3.0.0+Maven的使用(二)(18841)
3. Nexus3.0.0+Maven的使用(三)(11012)
4. Nexus3.0.0+Maven的使用(一)(8929)
5. Spark往Elasticsearch读写数据(8894)
评论排行榜
1. Nexus3.0.0+Maven的使用(三)(3)
2. Hadoop实战-MapReduce之倒排索引(八)(1)
3. Nexus3.0.0+Maven的使用(一)(1)
4. LogStash的Filter的使用(1)
推荐排行榜
1. Nexus3.0.0+Maven的使用(二)(1)
2. Nexus3.0.0+Maven的使用(一)(1)
最新评论
1. Re:LogStash的Filter的使用
你这个处理的应该是CEF格式的数据,你们是将arcsight日志转发给kafka?
--michankong
2. Re:Hadoop实战-MapReduce之倒排索引(八)
数据与实验结果与代码不太一致,做了修改、优化
Hadoop实战-MR倒排索引(三)
--kngines
3. Re:Nexus3.0.0+Maven的使用(三)
@ @巫师Denni有遇到过, 类似于把本地“maven-deploy-plugin”对应2.7的包删除,然后重新打一次,或者maven-deploy-plugin升级到2.18.1就行,我也不知道为...
--孤月狼
4. Re:Nexus3.0.0+Maven的使用(三)
请问下,我在使用nexus3部署JAR时报:[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2....
--@巫师Denni
5. Re:Nexus3.0.0+Maven的使用(一)
请教一下怎么开机启动呢?
放到init.d下的nexus文件运行了也没用,它本身所在目录要运行三次才会启动。真是奇怪了
版本是3.1.0-04
--tommyonsn
点击右上角即可分享