Gelly available already?

classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

Gelly available already?

Sebastian Schelter
Hi,

Is gelly already usable in the 0.8.1 release? I tried adding

<dependency>
     <groupId>org.apache.flink</groupId>
     <artifactId>flink-gelly</artifactId>
     <version>0.8.1</version>
</dependency>

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

Reply | Threaded
Open this post in threaded view
|

Re: Gelly available already?

Andra Lungu
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 <[hidden email]> wrote:
Hi,

Is gelly already usable in the 0.8.1 release? I tried adding

<dependency>
    <groupId>org.apache.flink</groupId>
    <artifactId>flink-gelly</artifactId>
    <version>0.8.1</version>
</dependency>

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


Reply | Threaded
Open this post in threaded view
|

Re: Gelly available already?

Sebastian Schelter
Maven seems to be unable to find the artifact, I also can't find it
under mvn repository:

http://mvnrepository.com/search?q=flink

Best,
Sebastian

On 23.03.2015 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 <[hidden email]
> <mailto:[hidden email]>> wrote:
>
>     Hi,
>
>     Is gelly already usable in the 0.8.1 release? I tried adding
>
>     <dependency>
>          <groupId>org.apache.flink</__groupId>
>          <artifactId>flink-gelly</__artifactId>
>          <version>0.8.1</version>
>     </dependency>
>
>     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
>     <http://ci.apache.org/projects/flink/flink-docs-master/gelly_guide.html>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Gelly available already?

Robert Metzger
In reply to this post by Andra Lungu
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 <[hidden email]> 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 <[hidden email]> wrote:
Hi,

Is gelly already usable in the 0.8.1 release? I tried adding

<dependency>
    <groupId>org.apache.flink</groupId>
    <artifactId>flink-gelly</artifactId>
    <version>0.8.1</version>
</dependency>

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


Reply | Threaded
Open this post in threaded view
|

Re: Gelly available already?

Sebastian Schelter
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 <[hidden email]
> <mailto:[hidden email]>> 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 <[hidden email]
>> <mailto:[hidden email]>> wrote:
>>
>>     Hi,
>>
>>     Is gelly already usable in the 0.8.1 release? I tried adding
>>
>>     <dependency>
>>         <groupId>org.apache.flink</__groupId>
>>         <artifactId>flink-gelly</__artifactId>
>>         <version>0.8.1</version>
>>     </dependency>
>>
>>     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
>>     <http://ci.apache.org/projects/flink/flink-docs-master/gelly_guide.html>
>>
>>
Reply | Threaded
Open this post in threaded view
|

Re: Gelly available already?

Andra Lungu
For now it just works with the Java API.

On Mon, Mar 23, 2015 at 11:42 PM, Sebastian <[hidden email]> 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 <[hidden email]
<mailto:[hidden email]>> 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 <[hidden email]
<mailto:[hidden email]>> wrote:

    Hi,

    Is gelly already usable in the 0.8.1 release? I tried adding

    <dependency>
        <groupId>org.apache.flink</__groupId>
        <artifactId>flink-gelly</__artifactId>
        <version>0.8.1</version>
    </dependency>

    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
    <http://ci.apache.org/projects/flink/flink-docs-master/gelly_guide.html>



Reply | Threaded
Open this post in threaded view
|

Re: Gelly available already?

Henry Saputra
Any JIRA filed to add Scala counterparts for Gelly?

- Henry

On Mon, Mar 23, 2015 at 3:44 PM, Andra Lungu <[hidden email]> wrote:

> For now it just works with the Java API.
>
> On Mon, Mar 23, 2015 at 11:42 PM, Sebastian <[hidden email]> 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 <[hidden email]
>>> <mailto:[hidden email]>> 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 <[hidden email]
>>>> <mailto:[hidden email]>> wrote:
>>>>
>>>>     Hi,
>>>>
>>>>     Is gelly already usable in the 0.8.1 release? I tried adding
>>>>
>>>>     <dependency>
>>>>         <groupId>org.apache.flink</__groupId>
>>>>         <artifactId>flink-gelly</__artifactId>
>>>>         <version>0.8.1</version>
>>>>     </dependency>
>>>>
>>>>     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
>>>>
>>>> <http://ci.apache.org/projects/flink/flink-docs-master/gelly_guide.html>
>>>>
>>>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Gelly available already?

Vasiliki Kalavri
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 <[hidden email]> wrote:
Any JIRA filed to add Scala counterparts for Gelly?

- Henry

On Mon, Mar 23, 2015 at 3:44 PM, Andra Lungu <[hidden email]> wrote:
> For now it just works with the Java API.
>
> On Mon, Mar 23, 2015 at 11:42 PM, Sebastian <[hidden email]> 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 <[hidden email]
>>> <mailto:[hidden email]>> 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 <[hidden email]
>>>> <mailto:[hidden email]>> wrote:
>>>>
>>>>     Hi,
>>>>
>>>>     Is gelly already usable in the 0.8.1 release? I tried adding
>>>>
>>>>     <dependency>
>>>>         <groupId>org.apache.flink</__groupId>
>>>>         <artifactId>flink-gelly</__artifactId>
>>>>         <version>0.8.1</version>
>>>>     </dependency>
>>>>
>>>>     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
>>>>
>>>> <http://ci.apache.org/projects/flink/flink-docs-master/gelly_guide.html>
>>>>
>>>>
>

Reply | Threaded
Open this post in threaded view
|

Re: Gelly available already?

Sebastian Schelter
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 <[hidden email]
> <mailto:[hidden email]>> wrote:
>
>     Any JIRA filed to add Scala counterparts for Gelly?
>
>     - Henry
>
>     On Mon, Mar 23, 2015 at 3:44 PM, Andra Lungu <[hidden email]
>     <mailto:[hidden email]>> wrote:
>      > For now it just works with the Java API.
>      >
>      > On Mon, Mar 23, 2015 at 11:42 PM, Sebastian
>     <[hidden email] <mailto:[hidden email]>> 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 <[hidden email]
>     <mailto:[hidden email]>
>      >>> <mailto:[hidden email] <mailto:[hidden email]>>>
>     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
>     <[hidden email] <mailto:[hidden email]>
>      >>>> <mailto:[hidden email]
>     <mailto:[hidden email]>>> wrote:
>      >>>>
>      >>>>     Hi,
>      >>>>
>      >>>>     Is gelly already usable in the 0.8.1 release? I tried adding
>      >>>>
>      >>>>     <dependency>
>      >>>>         <groupId>org.apache.flink</__groupId>
>      >>>>         <artifactId>flink-gelly</__artifactId>
>      >>>>         <version>0.8.1</version>
>      >>>>     </dependency>
>      >>>>
>      >>>>     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
>      >>>>
>      >>>>
>     <http://ci.apache.org/projects/flink/flink-docs-master/gelly_guide.html>
>      >>>>
>      >>>>
>      >
>
>