Terry's blog

Focus on bigdata and cloud.

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 77 下一页

2017年11月13日 #

摘要: 问题: 在HBase机群搭建完成后,通过jdbc连接hbase,在连接zookeeper阶段出现Opening socket connection to server :2181. Will not attempt to authenticate using SASL (unknown error) 阅读全文
posted @ 2017-11-13 16:54 王晓成 阅读(6383) 评论(0) 推荐(0)

摘要: 前提条件:hadoop及zookeeper机群已经搭建好。 配置hbase集群步骤: 1.配置hbase集群,要修改3个文件 注意:要把hadoop的hdfs-site.xml和core-site.xml 放到hbase/conf下 1.1修改hbase-env.sh export JAVA_HOM 阅读全文
posted @ 2017-11-13 12:18 王晓成 阅读(369) 评论(0) 推荐(0)

摘要: 机群搭建好,执行自带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 王晓成 阅读(2304) 评论(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 王晓成 阅读(1160) 评论(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 王晓成 阅读(1355) 评论(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 王晓成 阅读(1939) 评论(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 王晓成 阅读(2865) 评论(0) 推荐(0)

2015年1月30日 #

摘要: Azure Sql聚集索引要求 阅读全文
posted @ 2015-01-30 13:54 王晓成 阅读(433) 评论(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 王晓成 阅读(950) 评论(0) 推荐(0)

2014年9月13日 #

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

上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 77 下一页