Hi moon,
I have enough resources in the cluster, when I run in local [*] mode
no problems, but when I try a standalone cluster in aws gives the
following error, when try to execute the tutorial zeppelin in the part
of sql:

Granted executor ID app-20150623103023-0000/5 on hostPort
ip-172-31-17-217.ec2.internal:44733 with 2 cores, 512.0 MB RAM
 INFO [2015-06-23 12:33:06,511]
({sparkDriver-akka.actor.default-dispatcher-3}
Logging.scala[logInfo]:59) - Executor updated:
app-20150623103023-0000/5 is now LOADING
 INFO [2015-06-23 12:33:06,639]
({sparkDriver-akka.actor.default-dispatcher-3}
Logging.scala[logInfo]:59) - Executor updated:
app-20150623103023-0000/5 is now RUNNING
 WARN [2015-06-23 12:33:20,459] ({Timer-0}
Logging.scala[logWarning]:71) - Initial job has not accepted any
resources; check your cluster UI to ensure that workers are registered
and have sufficient resources

thks

2015-06-23 20:01 GMT+02:00 moon soo Lee <m...@apache.org>:
> Hi,
>
> Your error message has an instruction. "Check your cluster UI to ensure that
> workers are registered and have sufficient resources".
> Could you make sure if your spark cluster have enough resources?
>
> Thanks,
> moon
>
>
> On Tue, Jun 23, 2015 at 3:51 AM Victor Manuel Garcia
> <victor.gar...@beeva.com> wrote:
>>
>> Hi guys,
>> when try to execute the tutorial in zeppelin in the part of sql no
>> working fine, the error is:
>>
>> Granted executor ID app-20150623103023-0000/5 on hostPort
>> ip-172-31-17-217.ec2.internal:44733 with 2 cores, 512.0 MB RAM
>>  INFO [2015-06-23 12:33:06,511]
>> ({sparkDriver-akka.actor.default-dispatcher-3}
>> Logging.scala[logInfo]:59) - Executor updated:
>> app-20150623103023-0000/5 is now LOADING
>>  INFO [2015-06-23 12:33:06,639]
>> ({sparkDriver-akka.actor.default-dispatcher-3}
>> Logging.scala[logInfo]:59) - Executor updated:
>> app-20150623103023-0000/5 is now RUNNING
>>  WARN [2015-06-23 12:33:20,459] ({Timer-0}
>> Logging.scala[logWarning]:71) - Initial job has not accepted any
>> resources; check your cluster UI to ensure that workers are registered
>> and have sufficient resources
>>
>> any idea
>>
>> thks
>>
>> 2015-06-23 10:20 GMT+02:00 Borisa Zivkovic <borisha.zivko...@gmail.com>:
>> > great.. thanks for the answers... code completion is very good - I
>> > just could not find it documented anywhere...
>> >
>> > I think this project is great - but documentation could be improved in
>> > few places...
>> >
>> > thanks again for your help
>> >
>> > Borisa Zivkovic
>> >
>> > ----------------
>> > "Believe you can, believe you can't; either way, you're right."
>> >
>> >
>> > On Mon, Jun 22, 2015 at 4:50 PM, Kevin (Sangwoo) Kim
>> > <kevin...@apache.org> wrote:
>> >> Hi Borisa,
>> >>
>> >> You can see Z's roadmap docs here:
>> >> https://github.com/apache/incubator-zeppelin/blob/master/Roadmap.md
>> >>
>> >> Here's some answers
>> >> 1) code completion:
>> >> Z already has code completion feature, which can be accessed with
>> >> CTRL+.
>> >> (It's not really mature though, you can always contribute for it!)
>> >>
>> >> 2) NFLabs, a company leading development of Zeppelin is preparing a
>> >> internal
>> >> product called Zeppelin hub.
>> >> https://www.zeppelinhub.com/
>> >>
>> >> 3) You can easily change name of a notebook, as tog answered :)
>> >>
>> >> Cheers,
>> >> Kevin
>> >>
>> >>
>> >> 2015년 6월 22일 (월) 오후 11:33, IT CTO <goi....@gmail.com>님이 작성:
>> >>>
>> >>> If i recall the original zepplin had autocomplete feature which was
>> >>> never
>> >>> a complete feature.  I don't know if it was ported to apache.
>> >>> Moon?
>> >>> Eran
>> >>>
>> >>>
>> >>> בתאריך יום ב׳, 22 ביונ 2015, 16:55 מאת Borisa Zivkovic
>> >>> <borisha.zivko...@gmail.com>:
>> >>>>
>> >>>> great...
>> >>>>
>> >>>> 1) thanks for renaming hint... I guess I did not try that :)
>> >>>> 2) I will file feature request regarding versioning and exporting,
>> >>>> thanks
>> >>>>
>> >>>> I would appreciate if someone can let me know if code completion is
>> >>>> planned or at least if it would be accepted if someone added it?
>> >>>>
>> >>>> thanks
>> >>>>
>> >>>> Borisa Zivkovic
>> >>>>
>> >>>> ----------------
>> >>>> "Believe you can, believe you can't; either way, you're right."
>> >>>>
>> >>>>
>> >>>> On Mon, Jun 22, 2015 at 1:39 PM, IT CTO <goi....@gmail.com> wrote:
>> >>>> > About exporting, you can find a previous thread mail about this
>> >>>> > issue.
>> >>>> > it is
>> >>>> > supported (somewhat) with script and you should log it as feature
>> >>>> > request.
>> >>>> > Eran
>> >>>> >
>> >>>> > On Mon, Jun 22, 2015 at 3:28 PM tog <guillaume.all...@gmail.com>
>> >>>> > wrote:
>> >>>> >>
>> >>>> >> Hi Borisa
>> >>>> >>
>> >>>> >> I will not answer 1 and 2 but as far as notebook names is
>> >>>> >> concerned,
>> >>>> >> you
>> >>>> >> can freely rename them by clicking in the assigned name.
>> >>>> >>
>> >>>> >> Cheers
>> >>>> >>
>> >>>> >> On 22 June 2015 at 12:05, Borisa Zivkovic
>> >>>> >> <borisha.zivko...@gmail.com>
>> >>>> >> wrote:
>> >>>> >>>
>> >>>> >>> Hi,
>> >>>> >>>
>> >>>> >>> I am investigating how to use Zeppelin in our environment. I
>> >>>> >>> could
>> >>>> >>> not
>> >>>> >>> find any written plans for Zeppelin, is there any page with this?
>> >>>> >>> I
>> >>>> >>> tried to figure this out from JIRA but could not find too many
>> >>>> >>> new
>> >>>> >>> feature requests.
>> >>>> >>>
>> >>>> >>> Are there any plans to add any of the following features:
>> >>>> >>>
>> >>>> >>> 1) code completion
>> >>>> >>>
>> >>>> >>> 2) some kind of exporting and versioning of notebooks, so that it
>> >>>> >>> is
>> >>>> >>> easier to collaborate with others and have versioning support.
>> >>>> >>> Maybe
>> >>>> >>> some integration with git?
>> >>>> >>>
>> >>>> >>> 3) better naming of notebooks - because today it is very hard to
>> >>>> >>> figure out where is what, names are randomly assigned and it is
>> >>>> >>> not
>> >>>> >>> possible to change that.
>> >>>> >>> Maybe to use something similar to how docker names containers, or
>> >>>> >>> offer to users ability to rename notebooks if they want
>> >>>> >>>
>> >>>> >>>
>> >>>> >>>
>> >>>> >>> thanks
>> >>>> >>>
>> >>>> >>> Borisa
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >>
>> >>>> >> --
>> >>>> >> PGP KeyID: 2048R/EA31CFC9  subkeys.pgp.net
>>
>>
>>
>> --
>> Victor Manuel García
>> Ingeniero de Software
>>
>> [+34] 672104297  | victor.gar...@beeva.com



-- 
Victor Manuel García
Ingeniero de Software

[+34] 672104297  | victor.gar...@beeva.com

Reply via email to