Re: [DISCUSS] ZEPPELIN-2619. Save note in [Title].zpln instead of [NOTEID]/note.json

2018-08-18 Thread Jeff Zhang
I am afraid we can not remove noteId, as noteId is the unique identifier of note and is immutable which is used in a lot places, such as paragraph share and rest api. If we use note name as note id then it may break user's app if note name is changed Jongyoul Lee 于2018年8月18日周六 下午2:33写道: > Hi, th

Re: [DISCUSS] ZEPPELIN-2619. Save note in [Title].zpln instead of [NOTEID]/note.json

2018-08-18 Thread Jeff Zhang
BTW, I also prefer to use note name as identify of note if the issue I mentioned before is acceptable for most of users. Jeff Zhang 于2018年8月18日周六 下午4:40写道: > > I am afraid we can not remove noteId, as noteId is the unique identifier > of note and is immutable which is used in a lot places, such

Re: "GC overhead limit exceeded" while running multiple jobs

2018-08-18 Thread Jeff Zhang
you can increase driver memory by setting spark.driver.memory Jongyoul Lee 于2018年8月18日周六 下午2:35写道: > Hi, > > 1. AKAIF, it’s a problem of spark-shell. Z’s spark interpreter uses > spark-shell internally. Thus it cannot be solved easily. > > 2. You could try ‘per user’ setting in your interpreter.