1、执行hive之后执行别的命令出现如下 java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient 找了各种解决办法有人说是要重启me ...
分类:
其他好文 时间:
2017-08-03 12:37:23
阅读次数:
96
master节点安装元数据库,采用postgres:#useradd postgres#password postgressu - postgreswget https://ftp.postgresql.org/pub/source/v10beta2/postgresql-10beta2.tar.g ...
分类:
其他好文 时间:
2017-07-29 16:39:47
阅读次数:
454
1. 导入证书到个人计算机中2. 获取证书 [csharp] view plain copy print? private static X509Certificate2 GetSentosaCertificate() { X509Store userCaStore = new X509Store( ...
分类:
Windows程序 时间:
2017-07-18 01:41:43
阅读次数:
1067
@TargetApi(Build.VERSION_CODES.ICE_CREAM_SANDWICH) private Bitmap createVideoThumbnail(String url, int width, int height) { Bitmap bitmap = null; Medi... ...
分类:
移动开发 时间:
2017-07-06 19:03:55
阅读次数:
298
NSArray *windows = [[UIApplication sharedApplication] windows]; if ([windows lastObject] != warningAlertView) { [[windows lastObject] addSubview:warni ...
分类:
移动开发 时间:
2017-07-03 19:55:50
阅读次数:
201
最近用到了netty-socketio。之前对这个了解比较少,对netty了解比较多,看代码的时候,发现二者不是一个东西(废话)。 主要让我比较惊讶的区别是BroadcastOperations这个东西。 让我感觉这个东西是一个面向聊天室的应用框架。 首先SocketIOClient有一个joinR ...
分类:
Web程序 时间:
2017-06-19 18:45:44
阅读次数:
240
话说有这么一个表: CREATE TABLE `user_group` ( `id` int(11) NOT NULL auto_increment, `uid` int(11) NOT NULL, `group_id` int(11) NOT NULL, PRIMARY KEY (`id`), K ...
分类:
数据库 时间:
2017-06-08 23:39:10
阅读次数:
217
『转载』hadoop2.x常用端口、定义方法及默认端口 1.问题导读 1.问题导读 DataNode的http服务的端口、ipc服务的端口分别是哪个? DataNode的http服务的端口、ipc服务的端口分别是哪个? NameNode的http服务的端口、ipc服务的端口分别是哪个? NameNo ...
分类:
其他好文 时间:
2017-06-07 14:34:32
阅读次数:
285
概要 前面,我们已经学习了ArrayList。这一章我们接着学习List的实现类——LinkedList。和学习ArrayList一样,接下来呢,我们先对LinkedList有个整体认识,然后再学习它的源码;最后再通过实例来学会使用LinkedList。内容包括 1、LinkedList介绍 1、L ...
分类:
其他好文 时间:
2017-05-29 10:59:45
阅读次数:
222