Re: No stacktrace in case of ERROR

2016-08-25 Thread Nirav Patel
When I say it didn't appear for other paragraph I meant it didnt appear in UI but it does get logged in log files. On Thu, Aug 25, 2016 at 7:58 PM, Nirav Patel wrote: > Yes I had exact same issue. I had the same stack trace in the log. I think > it doesn't matter what error you are getting as lo

Re: No stacktrace in case of ERROR

2016-08-25 Thread Nirav Patel
Yes I had exact same issue. I had the same stack trace in the log. I think it doesn't matter what error you are getting as long as you have some stacktrace in the logs it should appear in the UI. For other errors I have seen it appear it in UI sometimes. For example I saw ThriftConnectionError stac

Re: No stacktrace in case of ERROR

2016-08-25 Thread Jeff Zhang
The issue on the link is he didn't click the save button. Do you have the same issue as him ? You'd better to check the log so that other can see what exact issue you hit. On Fri, Aug 26, 2016 at 6:50 AM, Mohit Jaggi wrote: > In my experience, the errors usually go to the log files. Perhaps some

Re: No stacktrace in case of ERROR

2016-08-25 Thread Mohit Jaggi
In my experience, the errors usually go to the log files. Perhaps some interpreters (or zeppelin itself, which is the case in the link you posted) echo the error to stdout and as a result Z gets it and displays it. Mohit Jaggi Founder, Data Orchard LLC www.dataorchardllc.com > On Aug 25, 201

Re: No stacktrace in case of ERROR

2016-08-25 Thread Nirav Patel
Thanks Mohit. I do but I see that for some people its available in UI as well as you can see in below question. http://stackoverflow.com/questions/30935534/no-interpreters-available-in-zeppelin so i was wondering if im missing some configuration On Thu, Aug 25, 2016 at 2:43 PM, Mohit Jaggi wro

Re: No stacktrace in case of ERROR

2016-08-25 Thread Mohit Jaggi
Check logs in logs directory Sent from my iPhone > On Aug 25, 2016, at 2:39 PM, Nirav Patel wrote: > > Hi, > > I have installed zeppelin 0.6.1 and trying to run 'Zeppelin Tutorial' > notebook. It's failing on 2nd paragraph 'Load data into table' . I could see > status 'ERROR' in top right co