码迷,mamicode.com
首页 >  
搜索关键字:spark jar包依赖 submit    ( 13476个结果
pyspark原理简介
这是前段时间在看spark的python支持的时候,简单过了一下pyspark里的python代码,整理了一个大致流程。虽然几乎不会python,但基本上能看懂pyspark是怎么让不同虚拟机之间传输数据的、如何在python环境调用java类的、pyspark SDK的丰富程度取决于什么、需要做些什么流程和封装等。 我看了下,应该只有Pyspark Internals这篇wiki里介绍了pyspark的实现机制,大体是下面这张图就可以表示...
分类:其他好文   时间:2014-07-31 00:01:36    阅读次数:515
测试赛A - Colored Sticks(并查集+字典树+欧拉回路)
A - Colored Sticks Time Limit:5000MS     Memory Limit:128000KB     64bit IO Format:%I64d & %I64u Submit Status Description You are given a bunch of wooden sticks. Each endpoint of each...
分类:其他好文   时间:2014-07-30 17:45:54    阅读次数:246
测试赛B - Balance(天平的dp问题)
B - Balance Time Limit:1000MS     Memory Limit:30000KB     64bit IO Format:%I64d & %I64u Submit Status Description Gigel has a strange "balance" and he wants to poise it. Actually, t...
分类:其他好文   时间:2014-07-30 17:45:24    阅读次数:271
测试赛F - Dragon Balls(并查集)
F - Dragon Balls Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Submit Status Description Five hundred years later, the number of dragon balls will increa...
分类:其他好文   时间:2014-07-30 17:44:23    阅读次数:282
测试赛C - Eqs(哈希)
C - Eqs Time Limit:5000MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64u Submit Status Description Consider equations having the following form:  a1x1 3+ a2x2 3+ a3x3 3+ a...
分类:其他好文   时间:2014-07-30 17:34:13    阅读次数:173
HDU 1114 Piggy-Bank 完全背包
Piggy-Bank Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Submit Status Description Before ACM can do anything, a budget must be prepared and the necessar...
分类:其他好文   时间:2014-07-30 17:26:54    阅读次数:202
两种办法提交表单
办法1.同一个页面中建立两个表单?各自提交: <form?action="?"?name="form1"?id="form1"> ?<!--?表单内容?--> <input?type="submit"?/> </form> <form?action="?"?name="form1"?id="form1"> ?<!--?...
分类:其他好文   时间:2014-07-29 22:11:53    阅读次数:442
Spark SQL Catalyst源码分析之Physical Plan 到 RDD的具体实现
Spark SQL 物理计划到 RDD 的计算过程实现。...
分类:数据库   时间:2014-07-29 22:08:02    阅读次数:656
pots(BFS)
D - Pots Time Limit:1000MS     Memory Limit:65536KB     64bit IO Format:%lld & %llu Submit Status Description You are given two pots, having the volume of A and B liters respectively. ...
分类:其他好文   时间:2014-07-29 21:58:32    阅读次数:402
大数阶乘
A - N! Time Limit:5000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Submit Status Description Given an integer N(0 ≤ N ≤ 10000), your task is to calculate N!    ...
分类:其他好文   时间:2014-07-29 18:06:02    阅读次数:280
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!