Re: Actual execution time is not getting displayed in paragraph

2016-07-12 Thread Corneau Damien
I just confirmed it and created an issue:
https://issues.apache.org/jira/browse/ZEPPELIN-1161
PR should be coming pretty quickly

On Tue, Jul 12, 2016 at 11:44 PM, Sachin Janani 
wrote:

> Ok will create a issue and if possible submit a patch for this
>
> Thanks,
> SJ
>
> On Tue, Jul 12, 2016 at 8:09 PM, Hyung Sung Shim 
> wrote:
>
> > Yea. It seems you're right.
> > You can create issue for this.
> >
> > 2016-07-12 23:26 GMT+09:00 Sachin Janani :
> >
> > > But i think this changes are overridden by
> > > https://github.com/apache/zeppelin/pull/862 and the number of seconds
> > are
> > > not visible now
> > >
> > > On Tue, Jul 12, 2016 at 7:48 PM, Hyung Sung Shim 
> > > wrote:
> > >
> > > > Hi.
> > > > Yes it's a known behaviour maybe since
> > > > https://github.com/apache/zeppelin/pull/848.
> > > >
> > > > 2016-07-12 21:49 GMT+09:00 Sachin Janani :
> > > >
> > > > > Hi All,
> > > > > In the latest release of zeppelin it seems that the actual task
> > > execution
> > > > > time is not displayed on the paragraph which was previously working
> > > > > properly.
> > > > > After looking into the code I found that  it has been replaced with
> > > > > Moment.js which shows length of time as string ,something like
> "Took
> > a
> > > > few
> > > > > seconds" but not exactly the number of seconds .
> > > > > Is this a know behaviour?
> > > > >
> > > > >
> > > > > Thanks and Regards,
> > > > > Sachin Janani
> > > > >
> > > >
> > >
> >
>


Re: Actual execution time is not getting displayed in paragraph

2016-07-12 Thread Sachin Janani
Ok will create a issue and if possible submit a patch for this

Thanks,
SJ

On Tue, Jul 12, 2016 at 8:09 PM, Hyung Sung Shim  wrote:

> Yea. It seems you're right.
> You can create issue for this.
>
> 2016-07-12 23:26 GMT+09:00 Sachin Janani :
>
> > But i think this changes are overridden by
> > https://github.com/apache/zeppelin/pull/862 and the number of seconds
> are
> > not visible now
> >
> > On Tue, Jul 12, 2016 at 7:48 PM, Hyung Sung Shim 
> > wrote:
> >
> > > Hi.
> > > Yes it's a known behaviour maybe since
> > > https://github.com/apache/zeppelin/pull/848.
> > >
> > > 2016-07-12 21:49 GMT+09:00 Sachin Janani :
> > >
> > > > Hi All,
> > > > In the latest release of zeppelin it seems that the actual task
> > execution
> > > > time is not displayed on the paragraph which was previously working
> > > > properly.
> > > > After looking into the code I found that  it has been replaced with
> > > > Moment.js which shows length of time as string ,something like "Took
> a
> > > few
> > > > seconds" but not exactly the number of seconds .
> > > > Is this a know behaviour?
> > > >
> > > >
> > > > Thanks and Regards,
> > > > Sachin Janani
> > > >
> > >
> >
>


Re: Actual execution time is not getting displayed in paragraph

2016-07-12 Thread Hyung Sung Shim
Yea. It seems you're right.
You can create issue for this.

2016-07-12 23:26 GMT+09:00 Sachin Janani :

> But i think this changes are overridden by
> https://github.com/apache/zeppelin/pull/862 and the number of seconds are
> not visible now
>
> On Tue, Jul 12, 2016 at 7:48 PM, Hyung Sung Shim 
> wrote:
>
> > Hi.
> > Yes it's a known behaviour maybe since
> > https://github.com/apache/zeppelin/pull/848.
> >
> > 2016-07-12 21:49 GMT+09:00 Sachin Janani :
> >
> > > Hi All,
> > > In the latest release of zeppelin it seems that the actual task
> execution
> > > time is not displayed on the paragraph which was previously working
> > > properly.
> > > After looking into the code I found that  it has been replaced with
> > > Moment.js which shows length of time as string ,something like "Took a
> > few
> > > seconds" but not exactly the number of seconds .
> > > Is this a know behaviour?
> > >
> > >
> > > Thanks and Regards,
> > > Sachin Janani
> > >
> >
>


Re: Actual execution time is not getting displayed in paragraph

2016-07-12 Thread Sachin Janani
But i think this changes are overridden by
https://github.com/apache/zeppelin/pull/862 and the number of seconds are
not visible now

On Tue, Jul 12, 2016 at 7:48 PM, Hyung Sung Shim  wrote:

> Hi.
> Yes it's a known behaviour maybe since
> https://github.com/apache/zeppelin/pull/848.
>
> 2016-07-12 21:49 GMT+09:00 Sachin Janani :
>
> > Hi All,
> > In the latest release of zeppelin it seems that the actual task execution
> > time is not displayed on the paragraph which was previously working
> > properly.
> > After looking into the code I found that  it has been replaced with
> > Moment.js which shows length of time as string ,something like "Took a
> few
> > seconds" but not exactly the number of seconds .
> > Is this a know behaviour?
> >
> >
> > Thanks and Regards,
> > Sachin Janani
> >
>


Re: Actual execution time is not getting displayed in paragraph

2016-07-12 Thread Hyung Sung Shim
Hi.
Yes it's a known behaviour maybe since
https://github.com/apache/zeppelin/pull/848.

2016-07-12 21:49 GMT+09:00 Sachin Janani :

> Hi All,
> In the latest release of zeppelin it seems that the actual task execution
> time is not displayed on the paragraph which was previously working
> properly.
> After looking into the code I found that  it has been replaced with
> Moment.js which shows length of time as string ,something like "Took a few
> seconds" but not exactly the number of seconds .
> Is this a know behaviour?
>
>
> Thanks and Regards,
> Sachin Janani
>


Actual execution time is not getting displayed in paragraph

2016-07-12 Thread Sachin Janani
Hi All,
In the latest release of zeppelin it seems that the actual task execution
time is not displayed on the paragraph which was previously working
properly.
After looking into the code I found that  it has been replaced with
Moment.js which shows length of time as string ,something like "Took a few
seconds" but not exactly the number of seconds .
Is this a know behaviour?


Thanks and Regards,
Sachin Janani