Return-Path: X-Original-To: apmail-flink-user-archive@minotaur.apache.org Delivered-To: apmail-flink-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4196617335 for ; Tue, 24 Mar 2015 09:00:58 +0000 (UTC) Received: (qmail 85346 invoked by uid 500); 24 Mar 2015 09:00:48 -0000 Delivered-To: apmail-flink-user-archive@flink.apache.org Received: (qmail 85270 invoked by uid 500); 24 Mar 2015 09:00:48 -0000 Mailing-List: contact user-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@flink.apache.org Delivered-To: mailing list user@flink.apache.org Received: (qmail 85258 invoked by uid 99); 24 Mar 2015 09:00:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Mar 2015 09:00:48 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ssc.open@googlemail.com designates 74.125.82.170 as permitted sender) Received: from [74.125.82.170] (HELO mail-we0-f170.google.com) (74.125.82.170) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Mar 2015 09:00:23 +0000 Received: by weop45 with SMTP id p45so157778757weo.0 for ; Tue, 24 Mar 2015 01:59:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=+W+fDIbScEqUil0gY4UoGu/JuDdWA/HD6iXGZDVeVxU=; b=eCe8dohJczG1m7cemqRdbQu2todvdmgrZ+elMO5gIWzDtvzU+uifHlTgDGiHtw04a1 blpSnHb0PnUQ4CKg6rYCNFh9sI2uSVRzmCXeB33WJDT6LXnUhCENlnTrwiSgkZbcZfg0 LY+lMlWOhYA4JxSvZg3Dt1q7SnrvEuMjbTDxUhMvd16KPYySorDJobvAjfd5ShqygDk8 JJ0vLIdUBm3kqDSoAaVwC1/AH3SkUGrXEXMvc8a6ZC2uxwUKAn6NsRDfq2DGFUg2gt4+ BSTGXzJa5z5JTQIT3d27qEZ5Vo+0y2w7eiWjxu2K5/PknYL0AZCopaHSgzn+i3gJoQ2+ u5NA== X-Received: by 10.194.94.1 with SMTP id cy1mr5570610wjb.127.1427187576852; Tue, 24 Mar 2015 01:59:36 -0700 (PDT) Received: from [141.23.122.183] (wlan-141-23-122-183.tubit.tu-berlin.de. [141.23.122.183]) by mx.google.com with ESMTPSA id o10sm11211373wiy.18.2015.03.24.01.59.36 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Mar 2015 01:59:36 -0700 (PDT) Message-ID: <5511276D.5030107@googlemail.com> Date: Tue, 24 Mar 2015 09:59:25 +0100 From: Sebastian User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: user@flink.apache.org Subject: Re: Gelly available already? References: <55108D6B.5060303@googlemail.com> <7838F8DE-6B9C-40FF-BE36-859C8F548873@gmail.com> <551096DD.9040008@googlemail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Let me once you have something to play with, than I will try to port my graph-related code to it. Best, Sebastian On 24.03.2015 09:08, Vasiliki Kalavri wrote: > Hi all, > > there is no Scala API for Gelly yet and no corresponding JIRA either. > It's definitely in our plans, just not for 0.9 :-) > > Cheers, > -V. > > On 24 March 2015 at 00:21, Henry Saputra > wrote: > > Any JIRA filed to add Scala counterparts for Gelly? > > - Henry > > On Mon, Mar 23, 2015 at 3:44 PM, Andra Lungu > wrote: > > For now it just works with the Java API. > > > > On Mon, Mar 23, 2015 at 11:42 PM, Sebastian > > wrote: > >> > >> Is gelly supposed to be usable from Scala? It looks as it is > hardcoded to > >> use the Java API. > >> > >> Best, > >> Sebastian > >> > >> On 23.03.2015 23:15, Robert Metzger wrote: > >>> > >>> Hi, > >>> > >>> Gelly is not part of any offical flink release. > >>> You have to use a Snapshot version of Flink if you want to try > it out. > >>> > >>> > >>> Sent from my iPhone > >>> > >>> On 23.03.2015, at 23:10, Andra Lungu > >>> >> > wrote: > >>> > >>>> Hi Sebastian, > >>>> > >>>> For me it works just as described there, with 0.9, but there > should be > >>>> no problem for 0.8.1. > >>>> Here is an example pom.xml > >>>> > https://github.com/andralungu/gelly-partitioning/blob/first/pom.xml > >>>> > >>>> Hope that helps! > >>>> Andra > >>>> > >>>> On Mon, Mar 23, 2015 at 11:02 PM, Sebastian > > >>>> >> wrote: > >>>> > >>>> Hi, > >>>> > >>>> Is gelly already usable in the 0.8.1 release? I tried adding > >>>> > >>>> > >>>> org.apache.flink > >>>> flink-gelly > >>>> 0.8.1 > >>>> > >>>> > >>>> as described in [1], but my project fails to build. > >>>> > >>>> Best, > >>>> Sebastian > >>>> > >>>> > >>>> [1] > >>>> > >>>> > http://ci.apache.org/projects/__flink/flink-docs-master/gelly___guide.html > >>>> > >>>> > > >>>> > >>>> > > > >