我现在有一个问题,而复制一个文件到hdfs使用julia语言。
日志如下:
julia> cp("/etc/hosts",hostsFile)
ERROR: Associative collections only contain Pairs;
Either look for e.g. A=>B instead, or use the `keys` or `values`
function if you are looking for a key or value respectively.
in in at dict.jl:13
in _get at /home/bala/.julia/v0.4/Elly/src/rpc.jl:371
in call at /home/bala/.julia/v0.4/Elly/src/rpc.jl:786
in _write at /home/bala/.julia/v0.4/Elly/src/api_hdfs_io.jl:293
in write at /home/bala/.julia/v0.4/Elly/src/api_hdfs_io.jl:311
in cp at /home/bala/.julia/v0.4/Elly/src/api_hdfs_io.jl:376
任何线索都能帮助我前进。
1条答案
按热度按时间oug3syen1#
显然,elly软件包有问题,因此联系了投稿人。多亏了他,他及时解决了问题,然后我检查了最新的elly软件包。一切都开始起作用了。