On Tue, Jan 5, 2016 at 8:12 PM, Konstantin Boudnik <c...@apache.org> wrote:
> Test is pretty simple and doesn't do anything crazy at least in my > uneducated > opinion. > > To Yakov's point about using default binary marshaller: it is unclear why > the > client node won't use the default then. The test was working with 1.4 and > then > stopped. It hasn't been touched for a while, which tells me that something > got > changed in the underlying library. > Cos, I think you are right. Most likely the client code in Zeppelin sets up the marshaller. We need to update it to work with 1.5. We should also should allow to specify a default cache per notebook, so users could override the default cache setting in the interpreter. > > Thanks for looking into this! > cos > > On Tue, Jan 05, 2016 at 01:46PM, Alexey Goncharuk wrote: > > Server/client mode does not (and should not) change the marshaller > > settings, to my knowledge there are no such places in the code that might > > change this behavior. > > > > There might be something in the Zep integration test, but I need some > time > > to install Zep and take a look at the code. >