How to set giraph runtime parameters?

2014-04-09 Thread Suijian Zhou
Hi, Does anybody know how to set runtime parameters in giraph? It should be set in command line or in a *.xml file? I tried -Dgiraph.zkSessionMsecTimeout=90( googled) in command line but failed. Thanks! Best Regards, Suijian

Re: How to set giraph runtime parameters?

2014-04-09 Thread Claudio Martella
you can set them on the command line, by using -D (e.g. -Dgiraph.isStaticGraph=true) after GiraphRunner, On Wed, Apr 9, 2014 at 4:44 PM, Suijian Zhou suijian.z...@gmail.com wrote: Hi, Does anybody know how to set runtime parameters in giraph? It should be set in command line

Re: How to set giraph runtime parameters?

2014-04-09 Thread Suijian Zhou
...@gmail.comwrote: Hi, Does anybody know how to set runtime parameters in giraph? It should be set in command line or in a *.xml file? I tried -Dgiraph.zkSessionMsecTimeout=90( googled) in command line but failed. Thanks! Best Regards, Suijian -- Claudio Martella