-
请问这个是什么意思啊?程序可以在另一台机器上正常运行。
-
OS: Fedora Linux 28 x86_64
go: `go version go1.11 linux/amd64`
```
go build -tags "" -ldflags "-X main.gitCommit=d0b00639c292e5296c4b1b3937e14c107fd1be37 -X main.version=0.7.0" -o oci-runtime-too…
-
import sys
sys.path.append('../')
from dpark import DparkContext
dpark = DparkContext()
file = dpark.textFile("./tmp/words.txt")
words = file.flatMap(lambda x:x.split()).map(lambda x:(x,1))
wc = words…
-
ImportError: Building module dpark.portable_hash failed: ["CompileError: command 'gcc' failed with exit status 1\n"]
在os x上安装完dpark,import dpark时报出以上错误,何解?
-
AttributeError: module 'lz4' has no attribute 'compress'
why? i can't find,how to solve.
centos 7,and python3.6
-
dpark怎样在mesos上安装部署?mesos怎么启动Myexecutor来运行task的?
-
In the [test codes](https://github.com/douban/dpark/blob/master/tests/test_dstream.py#L324) about countByValueAndWindow, I found it's different from the [Spark's test cases](https://github.com/apache/…
-
看了点源码, 发现可运行的stage之间 是不是不能并行, 只支持某stage下tasks的并行. 求问是真的不能并行还是我忽略了些什么...
NHZlX updated
6 years ago
-
File "C:\Python27\lib\site-packages\Cython\Utils.py", line 22, in wrapper
res = cache[args] = f(*args)
File "C:\Python27\lib\site-packages\Cython\Utils.py", line 111, in search_incl
de_directorie…
-
在mesos 上使用docker 的方式运行 dpark ,有没有部署的文档可以参考?