会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yuerspring
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
21
22
23
24
25
26
27
28
29
···
34
下一页
2016年7月19日
Python 查看 微信被删除好友
摘要: #!/usr/bin/env python# encoding: utf-8"""查看被删的微信好友@link: https://github.com/0x5e/wechat-deleted-friends"""from __future__ import print...
阅读全文
posted @ 2016-07-19 17:28 yuerspring
阅读(279)
评论(0)
推荐(0)
2016年7月18日
Hue 使用HDFS 的 高可用
摘要: 1. 在 HDFS 中 配置 HTTPFS2 选择 httpfs 3. 选择一个主机 ,保存 继续 ,并启动 httpfs 服务即可,不需要启动集群4.Hue 配置 中 选择 httpfs 保存 并重启 Hue 服务 即可
阅读全文
posted @ 2016-07-18 22:27 yuerspring
阅读(417)
评论(0)
推荐(0)
2016年7月15日
CDH 与 CM 环境搭建,配置,集成大数据服务
摘要: CDH 环境搭建配置集成搭建CM 挺费劲 CM 里面 安装和管理服务 确实方便太多
阅读全文
posted @ 2016-07-15 18:01 yuerspring
阅读(279)
评论(0)
推荐(0)
YARN基本架构
摘要: YARN基本架构 Yarn 搭建也采用了HA , yarn-site.xml
阅读全文
posted @ 2016-07-15 09:07 yuerspring
阅读(107)
评论(0)
推荐(0)
2016年7月13日
大数据技术之Sqoop配置示例
摘要: 大数据技术之Sqoop配置示例 hdfstomysqlexport--connectjdbc:mysql://bigdatacloud:3306/test--usernameroot--password123--tablehdfstomysql--columnsid,...
阅读全文
posted @ 2016-07-13 18:32 yuerspring
阅读(143)
评论(0)
推荐(0)
2016年7月11日
Hive Data Definition Language
摘要: HiveQL DDL statements are documented here, including: CREATE DATABASE/SCHEMA, TABLE, VIEW, FUNCTION, INDEX DROP DATABASE/SCHEMA,...
阅读全文
posted @ 2016-07-11 14:33 yuerspring
阅读(101)
评论(0)
推荐(0)
Hive Data Manipulation Language
摘要: 1.Loading files into tablesLOAD DATA [LOCAL] INPATH 'filepath' [OVERWRITE] INTO TABLE tablename [PARTITION (partcol1=val1, partcol2=va...
阅读全文
posted @ 2016-07-11 14:32 yuerspring
阅读(132)
评论(0)
推荐(0)
2016年7月9日
Python 基础学习笔记
摘要: 一些内容来自网络 :http://www.cnblogs.com/vamei 欢迎转载,也请保留这段声明。谢谢!一行简单的代码 ,速度提升一倍from time import timet = time()list =['a','b','is','python','ja...
阅读全文
posted @ 2016-07-09 23:57 yuerspring
阅读(163)
评论(0)
推荐(0)
2016年7月6日
Web 数据实时收集入Hbase ,通过Hive 分析 (JS SDK)
摘要: (function(){ var CookieUtil = { // get the cookie of the key is name get: function(name) { var...
阅读全文
posted @ 2016-07-06 23:41 yuerspring
阅读(324)
评论(0)
推荐(0)
Python数据爬虫,爬链家的二手房信息
摘要: # -*- coding:utf-8 -*-from bs4 import BeautifulSoupimport reimport urllibimport urllib2import mathimport codecsdomain='http://bj.lianj...
阅读全文
posted @ 2016-07-06 16:03 yuerspring
阅读(432)
评论(0)
推荐(0)
上一页
1
···
21
22
23
24
25
26
27
28
29
···
34
下一页
公告