Hi, It would possibly related to
https://github.com/apache/incubator-zeppelin/blob/02a042b1fdbd9d89f611d4440f022483c7cd2bd5/zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java#L177 Which is controlled by either ZEPPELIN_WEBSOCKET_MAX_TEXT_MESSAGE_SIZE or zeppelin.websocket.max.text.message.size. Could you change value of this environment variable or property and see if you get different result? Thanks, moon On Mon, Apr 25, 2016 at 1:27 PM Dirceu Semighini Filho < dirceu.semigh...@gmail.com> wrote: > I think that the majority of it's data was related to some selects that > I've done in my data. My input data is about 130 columns and I have some > selects in it. > Probably avoid saving the outputs would solve this issue. > At least the export was pretty fast, with 1.6mb > > 2016-04-25 15:56 GMT-03:00 DuyHai Doan <doanduy...@gmail.com>: > > > What did you have in the notebook so that it reaches 1.6 Mb ? > > > > I think that right now in Zeppelin we do not really control the amount of > > data we save to note.json. Maybe it's time to enforce some checks to > avoid > > dumping giant notes to disk and spending minutes to load them back. > > > > On Mon, Apr 25, 2016 at 8:34 PM, Dirceu Semighini Filho < > > dirceu.semigh...@gmail.com> wrote: > > > > > Hi Guys, > > > I'm trying to import a notebook and it didn't worked. Looking at the > log, > > > didn't see any error message, neither in the browser code inspector, > the > > > only message that appeared at the log was this warning: > > > WARN [2016-04-25 17:23:01,105] ({qtp1301664418-34} > > > WebSocketConnectionRFC6455.java[textMessageTooLarge]:931) - Text > message > > > too large > 1024000 chars for SCEP@757e7a60{l(/127.0.0.1:48132)<->r(/ > > > 127.0.0.1:8080 > > > > > > ),s=1,open=true,ishut=false,oshut=false,rb=false,wb=false,w=true,i=1r}-{WebSocketServletConnectionRFC6455 > > > p=WebSocketParserRFC6455@33730279 state=DATA buffer= > > > g=WebSocketGeneratorRFC6455@3ad71ba9 closed=false buffer=-1} > > > > > > My notebook json file has about 1.6mb and after a while I could import > > it. > > > To import I have to drop some sql results, which has decreased it size. > > > After finding the message in the log, it was clear what I should do to > > > solve the problem, but it would be nice to have a better log message > > > (error) or a message in the browser pointing me to the notebook import > > size > > > limit. > > > Is this an expected behavior? > > > > > > > > > Kind Regards, > > > Dirceu > > > > > >