ergouy
ergouy
安装完成后少了 examples/graphsage等一些包和命令,想找一份可用的安装教程,感谢!
在安装好zookeeper集群的基础上 调用代码: euler.start( directory='euler_graph_data_dir', # 图数据路径 shard_idx=k, # 当前启动的进程为k号shard shard_num=N, # 一共有N个shard zk_addr=zk_addr, # Zookeeper address, ip:port zk_path=zk_path, # Zookeeper path module=euler.Module.DEFAULT_MODULE) while True: time.sleep(1) 报错信息: 2020-08-16 17:09:50.725018: W /Euler-OpenSource/euler/core/graph/graph_builder.cc:156]...
怎样将自己的数据转换为euler可识别的json文件; 怎样将自己的json文件切分成多个json文件(分布式用)。
尊敬的作者: 您好! 读了《ClickHouse原理解析与应用实践》这本书后,对ClickHouse有了进一步的认识,非常感谢! 在阅读过程中我发现了一个错误,向您反馈下,根据184页的原数据表,我们可以发现第186页的INNER JOIN的结果是错的,多了下面rate=105那一行结果,P188,P189的表格中也有类似的错误。  P184部分截图  P186部分截图
Commands in scripts: runcommand "$HIVE -f ddl-tpcds/bin_partitioned/add_constraints.sql --hivevar DB=${DATABASE}" Error description: ERROR : FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. InvalidObjectException(message:Parent table not found: customer_address) Error: Error while processing...