码迷,mamicode.com
首页 >  
搜索关键字:spark job    ( 11541个结果
微软职位内部推荐-SENIOR SDE
微软近期Open的职位:This Job is eligible for the following work arrangements :Flex TimeJob Description:Are you ready to take the next step in your career? Do ...
分类:其他好文   时间:2014-07-10 12:35:31    阅读次数:212
Computer Vision: OpenCV, Feature Tracking, and Beyond--From <<Make Things See>> by Greg
In the 1960s, the legendaryStanford artificial intelligence pioneer, John McCarthy, famously gave agraduate student the job of “solving” computer visi...
分类:其他好文   时间:2014-07-10 00:59:27    阅读次数:249
Apache Spark源码走读之16 -- spark repl实现详解
之所以对spark shell的内部实现产生兴趣全部缘于好奇代码的编译加载过程,scala是需要编译才能执行的语言,但提供的scala repl可以实现代码的实时交互式执行,这是为什么呢?既然scala已经提供了repl,为什么spark还要自己单独搞一套spark repl,这其中的缘由到底何在?...
分类:其他好文   时间:2014-07-07 21:40:04    阅读次数:367
poj3249 Test for job 【图的DAG dp】
#include #include #include #include #include #include #include #include using namespace std; const int MAX=111111; int N,E; int v[MAX]; const int MINF=-210000000; int in[MAX],out[MAX]; int dp[...
分类:其他好文   时间:2014-06-27 10:50:20    阅读次数:155
poj3249 Test for Job --- 拓扑排序
从起点开始,按照拓扑排序的顺序依次更新dp[i],表示到该点能获得的最大值 #include #include #include #include #include #include #include #include #include #define inf 0x3f3f3f3f #define ll __int64 #define mod 1000000007 us...
分类:其他好文   时间:2014-06-27 08:56:59    阅读次数:275
微软职位内部推荐-Data Scientist
微软近期Open的职位:Job Description:Extracting accurate, insightful and actionable information from data is part art and part science and full of interesting ...
分类:其他好文   时间:2014-06-26 21:49:47    阅读次数:320
Spark SQL Hive Support Demo
前提:1、spark1.0的包编译时指定支持hive:./make-distribution.sh --hadoop 2.3.0-cdh5.0.0 --with-yarn--with-hive--tgz2、安装完spark1.0;3、安装与hadoop对应的CDH版本的hive;Spark SQL ...
分类:数据库   时间:2014-06-26 11:24:11    阅读次数:564
舌尖上的 Data Miner
谨以此文纪念过去两年的幸福时光~~~按下Shift-Alt-s, 这个来到DM最熟练的组合键,不用看跳出的对话框,直接按下Enter键。资深Data Miner提交Job都是这么帅的。Miner一边美滋滋的看着提交Job的圆圈,一圈一圈的转,一边在另一个屏幕上,浏览cnbate。对于上万行代码经验的...
分类:其他好文   时间:2014-06-26 11:07:58    阅读次数:215
微软职位内部推荐-Sr Development Lead-OSG-IPX
微软近期Open的职位:Job Summary:Be part of Microsoft’s strategy to deliver a great input experience across the Microsoft platforms! We are looking for an expe...
分类:其他好文   时间:2014-06-25 11:13:03    阅读次数:257
Just a complaint about the college examinations
Well , you know. As a college student who want to find a good job after graduating  like me , scores are not that important. I just want to have some low scores which can help me graduate successfully...
分类:其他好文   时间:2014-06-25 09:59:37    阅读次数:202
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!