On Fri, Apr 24, 2015 at 4:33 PM, Fu Chen (JIRA) <[email protected]> wrote:
> /usr/bin/java: Argument list too long I am also new to zeppelin. According to the error message you have given, I just checked line 72 and 73 in 'interpreter.sh'. I think it is trying to copy a large number of files (can be zeppelin log files). Can you check there. Below are the two options for you to try out. 1. Option There is a maximum limit to how long an argument list can be for system commands -- this limit is distro-specific based on the value of MAX_ARG_PAGES, MAX_ARGS 2. Option If it comes from java level, changing java heap size by (-Xms<size>, -Xmx<size>, -Xss<size>) will be useful. -- Cheers, Madhuka Udantha http://madhukaudantha.blogspot.com
