Re: Too many open files exception

2015-12-23 Thread Amirhossein Aleyasin
Thanks for your reply. The default max open files was 4096 and it seems it's not enough for Spark. I followed this instruction ( https://easyengine.io/tutorials/linux/increase-open-files-limit/) and increase it a large value. it works perfectly now. Thanks. On Tue, Dec 22, 2015 at 10:01 PM,

Too many open files exception

2015-12-22 Thread Amirhossein Aleyasin
Hello, I am new to zeppelin, I just installed it and tried to run the tutorial example. The "load data into Table" part works perfect, but when I wanted to submit the sample queries, it throws the following exception: java.io.FileNotFoundException:

Re: Too many open files exception

2015-12-22 Thread Alexander Bezzubov
Hi, wellcome to the Zeppelin community! It looks like you are doing everything right but have some platform-specific issue, that Spark is hitting the limit of open files on your OS. This should not happen, so could you please check what is the current open file limit on your environment/OS and