Here it is: https://issues.apache.org/jira/browse/ZEPPELIN-196

I think i've found the root cause and fixed it in this PR:
https://github.com/apache/incubator-zeppelin/pull/180

Cheers,
Christian

On 3 August 2015 at 16:02, moon soo Lee <m...@apache.org> wrote:

> Yes, please file an issue.
>
> Thanks,
> moon
>
>
> On Mon, Aug 3, 2015 at 7:19 PM Christian Tzolov <ctzo...@pivotal.io>
> wrote:
>
>> Hi Moon,
>>
>> Thanks for confirming the issue.  It is broken and doesn't work with any
>> language interpreter  Spark.
>>
>> ba30b09
>> <https://github.com/apache/incubator-zeppelin/commit/8c7424a191d1a5891a48bcb5abd926f27ba30b09>
>>  is
>> quite of a  change and it doesn't make it easy to spot where it might have
>> went wrong :)
>>
>> Shall I create a JIRA ticket to track this?
>>
>> Cheers,
>> Christian
>>
>> On 3 August 2015 at 04:06, moon soo Lee <m...@apache.org> wrote:
>>
>>> Hi,
>>>
>>> Thanks for sharing problem.
>>>
>>> Completion is not bounded to specific language. I think completion is
>>> broken after
>>> https://github.com/apache/incubator-zeppelin/commit/8c7424a191d1a5891a48bcb5abd926f27ba30b09
>>>
>>> Best,
>>> moon
>>>
>>> On Sun, Aug 2, 2015 at 2:03 PM Christian Tzolov <ctzo...@pivotal.io>
>>> wrote:
>>>
>>>> The completion doesn't work for me either. I've implemented SQL
>>>> completer (for PSQL) but the complete method never gets invoked. I've even
>>>> added some debug logging inside the Thrifts code used to send remote
>>>> completion calls. But it seems they are not used. It looks like the client
>>>> never triggers such calls.
>>>>
>>>> Now when I press (Ctrl-.) an awkward list pops up containing
>>>> suggestions OutOfMemory or StackOverflow (see the attachment).
>>>>
>>>> On the client side the paragraph.controller.js configures the Editor
>>>> completion logic. I can see a remote completer defined there. But failed to
>>>> intercept any remote completion call fired from my browser to the backend.
>>>>
>>>> Could it be that the completion is bound only to the Scala language?
>>>>
>>>> Cheers,
>>>> Christian
>>>>
>>>>
>>>> On 1 August 2015 at 18:01, Wail Alkowaileet <wael....@gmail.com> wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> I'm building an interpreter for Apache AsterixDB (
>>>>> http://asterixdb.incubator.apache.org/) and I wanted to implement the
>>>>> auto completion method but it seems it doesn't get accessed even after
>>>>> ctrl+-.
>>>>>
>>>>> I tried to log when it's get accessed but it seems there is nothing in
>>>>> the logs.
>>>>>
>>>>> --
>>>>>
>>>>> *Regards,*
>>>>> Wail Alkowaileet
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Christian Tzolov <http://www.linkedin.com/in/tzolov> | Solution
>>>> Architect, EMEA Practice Team | Pivotal <http://pivotal.io/>
>>>> ctzo...@pivotal.io|+31610285517
>>>>
>>>
>>
>>
>> --
>> Christian Tzolov <http://www.linkedin.com/in/tzolov> | Solution
>> Architect, EMEA Practice Team | Pivotal <http://pivotal.io/>
>> ctzo...@pivotal.io|+31610285517
>>
>


-- 
Christian Tzolov <http://www.linkedin.com/in/tzolov> | Solution Architect,
EMEA Practice Team | Pivotal <http://pivotal.io/>
ctzo...@pivotal.io|+31610285517

Reply via email to