码迷,mamicode.com
首页 >  
搜索关键字:streaming upgrade    ( 2701个结果
Spark Streaming之旅
1. 打开spark-shell2. 建立StreamingContextimport org.apache.spark.streaming._import org.apache.spark.streaming.StreamingContext._import org.apache.spark.ap...
分类:其他好文   时间:2014-06-28 23:07:17    阅读次数:324
git - 搭建git仓库
1. 更新git版本:http://codelife.me/blog/2013/06/25/upgrade-git-on-centos-6-4/2. 建立git仓库:git init --bare myrepo.git # 建立代码仓库chgrp -R git/opt/myrepo.git #...
分类:其他好文   时间:2014-06-28 18:16:41    阅读次数:232
可以创建专业的客户端/服务器视频会议应用程序的音频和视频控件LEADTOOLS Video Conferencing SDK
LEADTOOLS Video Streaming Module控件为您创建一个自定义的视频会议应用程序和工具提供所有需要的功能。软件开发人员可以使用Video Streaming Module SDK,通过一些不同的配置来创建一些客户端/服务器应用程序。例如,如果有一个服务器需要向多个客户端发送音...
分类:其他好文   时间:2014-06-24 10:47:26    阅读次数:217
kali高速更新源以及主题修改方法
文章不小心删了~这是我以前写的文章了了。实用性较强,所以现在补回来!安装完kali之后,需要对软件进行一次整体更新:apt-get update & apt-get upgrade但是,先别着急,默认kali安装完之后,里面的更新源很慢,是kali官网的更新源,我们从国内进行下载,肯定会很慢。所以,...
分类:其他好文   时间:2014-06-23 06:19:03    阅读次数:163
DASH Streaming Support
DASH Basics: MPD and Segments Let’s quickly summarize how a DASH content is made of: MPD: an XML document describing where the various media resources present in the content are located. The med...
分类:其他好文   时间:2014-06-22 19:30:15    阅读次数:232
Hadoop学习资料整理
hadoop 0.18文档(详细介绍Hadoop,MapReduce,FS Shell,Streaming等)hadoop资料汇总(XX搜集的,还没看)streaming(非java程序员的福音)Hadoop Streaming编程实例Hadoop Streaming编程Hadoop Streami...
分类:其他好文   时间:2014-06-20 18:33:43    阅读次数:160
Zero Downtime Upgrade of Oracle 10g to Oracle 11g Using GoldenGate — 4
Target Side Setup Install OGG on Target Side Creates required directories for OGG [oracle@vzwc1 ggs]$ ./ggsci  Oracle GoldenGate Command Interpreter for Oracle Version 11.2.1.0.23 1870940...
分类:数据库   时间:2014-06-18 12:37:31    阅读次数:442
Zero Downtime Upgrade of Oracle 10g to Oracle 11g Using GoldenGate — 1
Source Database DB Name:        zwc Schemas:         HR,OE,PM Version:          10.2.0.4 RAC:                No OS Version:     Red Hat Enterprise Linux Server release 5.9 x86_64 OGG...
分类:数据库   时间:2014-06-18 12:09:56    阅读次数:617
Zero Downtime Upgrade of Oracle 10g to Oracle 11g Using GoldenGate — 3
DDL Setup Steps SQL> grant execute on utl_file to ggs; Grant succeeded.   Create GLOBALS file [oracle@zwc ~]$ cd /ggs/ [oracle@zwc ggs]$ cat GLOBALS  GGSCHEMA GGS   run marker_s...
分类:数据库   时间:2014-06-17 23:24:30    阅读次数:534
Zero Downtime Upgrade of Oracle 10g to Oracle 11g Using GoldenGate — 2
Prepare 10g Database for OGG Create GGS and GGS_MON Database Users SQL> create tablespace ggs_tbs datafile '/u01/app/oracle/oradata/zwc/gg_tbs01.dbf' size 100M; Tablespace created. SQL> cr...
分类:数据库   时间:2014-06-17 22:24:12    阅读次数:334
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!