Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when running Master. #316

Open
ph0123 opened this issue May 14, 2020 · 2 comments
Open

Error when running Master. #316

ph0123 opened this issue May 14, 2020 · 2 comments

Comments

@ph0123
Copy link

ph0123 commented May 14, 2020

Dear all,

I try to run husky on the server.

Everything is ok. However, when I run

./Master --conf config.ini &

The error is

/tcmalloc.cc:332] Attempt to free invalid pointer 0x7ffd5214c6b0

module list

Currently Loaded Modules:
  1) StdEnv                      (S)   6) bzip2/1.0.8-GCCcore-8.3.0 (H)
  2) GCCcore/8.3.0                     7) XZ/5.2.4-GCCcore-8.3.0    (H)
  3) zlib/1.2.11-GCCcore-8.3.0   (H)   8) ICU/64.2-GCCcore-8.3.0    (H)
  4) binutils/2.32-GCCcore-8.3.0 (H)   9) Boost/1.71.0-GCC-8.3.0
  5) GCC/8.3.0                        10) CMake/3.12.1

  Where:
   S:  Module is Sticky, requires --force to unload or purge
   H:             Hidden Module

I try to run Make PI and it ok.

Configure is

# Required
master_host=localhost
master_port=10086
comm_port=12306

# Optional
log_dir=logs-husky
hdfs_namenode=localhost
hdfs_namenode_port=10010

# For Master
serve=1

# Session for worker information
[worker]
info=localhost:3

Thanks,

@ph0123
Copy link
Author

ph0123 commented May 14, 2020

The error is from
# Optional log_dir=logs-husky hdfs_namenode=localhost hdfs_namenode_port=10010

I did not know why? but when I remove these lines. The master worked.

@kygx-legend
Copy link
Member

Seems you didn't install libhdfs3 so hdfs_namenode and hdfs_namenode_port are not needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants