wxstorm

Results 5 comments of wxstorm

To start hank-server, Is it as follows? in directory hank-server/bin 1. ./hank-server conductor start ../conf/ring_group_conductor.yaml ../conf/ring_group_conductor.log4j.properties 2. ./hank-server server start ../conf/partition_server.yaml ../conf/partition_server.log4j.properties configuration files are copied from example_config dir with...

The problem has resolved. I need to create ring group rg1 in hank-ui first. then start partition server. BUT I still can not find how to load data into partition...

@bpodgursky Thank you very much for you kindness. I have review the DomainBuilder src code, and still have several questions: 1. Is there any tool or commands to issue the...

@bpodgursky many thanks. I have understood the load process. And In the ring, the domain appears. But when partition server executes updating, it prints error: Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.fs.FSDataOutputStream。 Does...

@bpodgursky Thank you , the classpath problem seems to be solved when I changed scope of hadoop-related dependencies from provided to compile. Can the project compile in java6? Our hadoop...