码迷,mamicode.com
首页 >  
搜索关键字:streaming    ( 1219个结果
JDBC的流数据
以下内容引用自http://wiki.jikexueyuan.com/project/jdbc/streaming-data.html: PreparedStatement对象必须具备使用输入和输出流来提供参数数据的能力。这能够将整个文件存储到数据库列中,这样数据库就能存储大型数据,例如CLOB和B ...
分类:数据库   时间:2017-06-13 10:02:19    阅读次数:321
IP地址归属地查询
http://www.ipip.net/download.html#ip_code 下载免费版 IP 地址数据库。 网站下面有官方给出的查找IP地址所属国家、省、市的办法。 python版本列出 这种即便在hadoop上也是适合streaming方法。 如果批量的处理,还是需要以文件的形式传到hdf ...
分类:其他好文   时间:2017-06-12 20:37:52    阅读次数:623
流媒体服务器
流媒体协议:rtmprtsp流媒体服务器:rtmp nginx + rtmp_modulertmp crtmpserverrtsp live555rtsp darwin streaming server=-=-=-=-=Powered by Blogilo ...
分类:其他好文   时间:2017-06-11 23:32:39    阅读次数:268
Darwin流媒体server在windows下搭建
简单介绍 主页: http://dss.macosforge.org/ Darwin Streaming Server (DSS) is an open sourceproject intended for developers who need to stream QuickTime and MP ...
分类:Windows程序   时间:2017-06-10 20:23:35    阅读次数:306
常用对照表的参考_chapter-one(Content-Type)
  Content-Type,内容类型,一般是指网页中存在的Content-Type,用于定义网络文件的类型和网页的编码,决定浏览器将以什么形式、什么编码读取这个文件,比如用PHP输出图片文件、JSON数据、XML文件等非HTML内容时,就必须用header函数来指定Content-Type,才... ...
分类:其他好文   时间:2017-06-07 19:54:54    阅读次数:595
SparkStreaming参数配置
Property Name Default Meaning spark.streaming.backpressure.enabled false Enables or disables Spark Streaming's internal backpressure mechanism (since ...
分类:其他好文   时间:2017-06-07 19:44:57    阅读次数:993
hadoop streaming anaconda python 计算平均值
原始Liunx 的python版本不带numpy ,安装了anaconda 之后,使用hadoop streaming 时无法调用anaconda python , 后来发现是参数没设置好。。。 进入正题: 环境: 4台服务器:master slave1 slave2 slave3。 全部安装ana ...
分类:编程语言   时间:2017-06-05 22:15:29    阅读次数:362
009-Hadoop Hive sql语法详解4-DQL 操作:数据查询SQL
009-Hadoop Hive sql语法详解4-DQL 操作:数据查询SQL ...
分类:数据库   时间:2017-06-05 17:57:47    阅读次数:291
Flink源码分析
windowing https://github.com/apache/flink/tree/master/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/windowing KeyGroupStreamPartit ...
分类:其他好文   时间:2017-06-05 10:15:19    阅读次数:110
【译】调优Apache Kafka集群
今天带来一篇译文“调优Apache Kafka集群”,里面有一些观点并无太多新颖之处,但总结得还算详细。该文从四个不同的目标出发给出了各自不同的参数配置,值得大家一读~ 原文地址请参考:https://www.confluent.io/blog/optimizing-apache-kafka-dep ...
分类:Web程序   时间:2017-06-03 12:37:19    阅读次数:231
1219条   上一页 1 ... 53 54 55 56 57 ... 122 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!