Results 2 comments of Hong Huang

根据https://github.com/alibaba/euler/wiki/%E7%BC%96%E8%AF%91%E5%AE%89%E8%A3%85 配置hdfs后,不再前面这个错误,开始报下面这个错误: "段错误(吐核)" 我跑strace python ppi_data.py ,详细日志如下: > open("/lib64/libbz2.so.1", O_RDONLY|O_CLOEXEC) = 6 read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\27\0\0\0\0\0\0"..., 832) = 832 fstat(6, {st_mode=S_IFREG|0755, st_size=68192, ...}) = 0 mmap(NULL, 2162024, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) =...

@shps We notice the same thing: If we run the program in local mode, the result is correct. However, when you run the application in standalone mode, the following line:...