Terry's blog

Focus on bigdata and cloud.

博客园 首页 新随笔 联系 订阅 管理
上一页 1 2 3 4 5 6 7 8 ··· 39 下一页

2017年11月13日 #

摘要: 机群搭建好,执行自带wordcount时出现: Input path does not exist: hdfs://ns1/user/root/a.txt 此错误。 [root@slave1 hadoop]# ls a.txt dfs1 include libexec name sbin test 阅读全文
posted @ 2017-11-13 10:31 王晓成 阅读(2034) 评论(0) 推荐(0) 编辑

2017年11月8日 #

摘要: Initialization of all the collectors failed. Error in last collect or was :class com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$Text 阅读全文
posted @ 2017-11-08 16:36 王晓成 阅读(1080) 评论(0) 推荐(0) 编辑

2017年11月7日 #

摘要: hadoop环境配置好后,直接可以在window上进行调试。话不多说,直接上源码。 package cn.terry; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileO 阅读全文
posted @ 2017-11-07 17:40 王晓成 阅读(1322) 评论(0) 推荐(0) 编辑

2016年4月25日 #

摘要: Dapper是一个轻型的ORM类。代码就一个SqlMapper.cs文件,主要是IDbConnection的扩展方法,编译后就118K的一个很小的dll。官方站点http://code.google.com/p/dapper-dot-net/ MVC MiniProfiler是Stack Overf 阅读全文
posted @ 2016-04-25 14:07 王晓成 阅读(1856) 评论(0) 推荐(0) 编辑

2015年2月4日 #

摘要: 可以通过多种方式来对Azure Blob进行操作。在此我们介绍通过VS的客户端及代码两种方式来操作Blob。一、通过VS来操作Blob. 1.首先下载publish settings 文件:打开“https://manage.windowsazure.cn/publishsettings/index... 阅读全文
posted @ 2015-02-04 13:47 王晓成 阅读(2750) 评论(0) 推荐(0) 编辑

2015年1月30日 #

摘要: Azure Sql聚集索引要求 阅读全文
posted @ 2015-01-30 13:54 王晓成 阅读(397) 评论(0) 推荐(0) 编辑

2014年10月17日 #

摘要: Windows 环境下,Netbeans下导入Nutch1.2。 测试环境:  Nutch 1.2  Netbean7.4  Java 1.8.0_20 cygwin安装步骤: 1.安装:Cygwin •下载 Nutch1.2 (下载地址:http://archive.apac... 阅读全文
posted @ 2014-10-17 14:55 王晓成 阅读(908) 评论(0) 推荐(0) 编辑

2014年9月13日 #

摘要: 当调试SilverLight项目时,如果出现如下错误:当调试页面时出现如下错误:解决办法为:打开工程属性,在Startup object:处选择相应的启动应用程序。 阅读全文
posted @ 2014-09-13 12:50 王晓成 阅读(1082) 评论(0) 推荐(0) 编辑

2014年9月5日 #

摘要: 读取nutch内容有如下两种方法:1 通过Nutch apiSegmentReader读取。publicContentreadSegment(StringsegPath,Stringurl){ Textkey=newText(url);Pathpath=newPath(segPath);Conten... 阅读全文
posted @ 2014-09-05 10:00 王晓成 阅读(1099) 评论(0) 推荐(0) 编辑

摘要: 修改apache-tomcat-7.0.55\webapps\nutch-1.2下的cached.jsp将content = new String(bean.getContent(details))修改为content = new String(bean.getContent(details),"... 阅读全文
posted @ 2014-09-05 09:49 王晓成 阅读(318) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 39 下一页