There is a public bike service in Hangzhou City which provides great convenience to the tourists from all over the world. One may rent a bike at any s ...
分类:
其他好文 时间:
2018-11-25 16:09:39
阅读次数:
156
在使用hive shell之前我们需要先安装hive,并启动hdfs 请参考:https://www.cnblogs.com/lay2017/p/9973298.html hive shell 我们先进入安装目录 使用Hive命令启动hive shell 查看一下数据库,发现有一个默认的defaul ...
分类:
系统相关 时间:
2018-11-17 13:18:46
阅读次数:
189
Kuberneteskubectl常用命令[TOC]1.查看资源对象常用查看资源对象(<rc>)有namespace(ns)podsservice(svc)endpoints(ep)deployment(deploy)pvcingresses(ing),括号内为最简写法。kubectlget<rc>显示更多信息,在后面接-owide、-ojson或者-oyaml,同时查看多
分类:
Web程序 时间:
2018-11-14 16:38:52
阅读次数:
657
一、flume特点 flume是目前大数据领域数据采集的一个利器,当然除了flume还有Fluentd和logstash,其他的目前来说并没有深入的了解,但是我觉得flume能够在大数据繁荣的今天屹立不倒,应该有以下几点: 1. Flume可以将应用产生的数据存储到任何集中存储器中,完美的介入HDF ...
分类:
Web程序 时间:
2018-11-12 17:36:19
阅读次数:
239
hbase单节点安装请参考: https://www.cnblogs.com/lay2017/p/9944387.html 下文演示hbase shell工具常用的命令,首先启动hbase以及进入shell 进入shell如下 shell相关命令 查看状态 查看版本 create 以下创建了一个't ...
分类:
系统相关 时间:
2018-11-12 11:18:20
阅读次数:
225
观察者模式和发布订阅模式有什么区别?大多数的回答都是:Publishers + Subscribers = Observer Pattern,24种基本的设计模式并没有发布-订阅模式,发布订阅模式属于并发型模式;像典型的Mq;这两种相似单并不可以划等号。 ...
分类:
其他好文 时间:
2018-11-10 17:57:22
阅读次数:
261
2015-3-11 phone under hr,coding is not required 1. Describe a project that you are post proud of.2. Which statistical method do you think is most over ...
分类:
其他好文 时间:
2018-11-10 10:49:16
阅读次数:
287
1731: [Usaco2005 dec]Layout 排队布局 Description Like everyone else, cows like to stand close to their friends when queuing for feed. FJ has N (2 <= N <= ...
分类:
其他好文 时间:
2018-11-05 00:39:46
阅读次数:
183
创建数据库: 选择数据库: 删除数据库: 创建表: 注释: 编码格式设置: 查看表: 查看表定义: 如果是在DOC窗口下执行,最好先执行 SET NAMES gbk;避免产生乱码 删除表: 查看默认存储引擎: 指定表的存储引擎: 常用修改语法: #修改表名: #添加字段: #修改字段: #删除字段: ...
分类:
数据库 时间:
2018-11-04 21:07:06
阅读次数:
199