You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@gearpump.apache.org by Darion Yaphet <da...@gmail.com> on 2016/05/28 13:57:16 UTC

EmbeddedCluster couldn't found

Hi team:

I try to write a gearpump example using EmbeddedCluster running in local
machine .

I have add following dependencys but also couldn't found it .

    <dependencies>
        <dependency>
            <groupId>com.github.intel-hadoop</groupId>
            <artifactId>gearpump-core_2.11</artifactId>
            <version>0.8.0</version>
        </dependency>
        <dependency>
            <groupId>com.github.intel-hadoop</groupId>
            <artifactId>gearpump-streaming_2.11</artifactId>
            <version>0.8.0</version>
        </dependency>
    </dependencies>

should I add some more dependency ?  thanks :D
--

long is the way and hard  that out of Hell leads up to light

Re: EmbeddedCluster couldn't found

Posted by Manu Zhang <ow...@gmail.com>.
Hi,

EmbeddedCluster is in the daemon package. It may be only published for
0.8.1-snapshot version.
You can try both versions out.

Manu

On Sat, May 28, 2016 at 9:57 PM Darion Yaphet <da...@gmail.com>
wrote:

> Hi team:
>
> I try to write a gearpump example using EmbeddedCluster running in local
> machine .
>
> I have add following dependencys but also couldn't found it .
>
>     <dependencies>
>         <dependency>
>             <groupId>com.github.intel-hadoop</groupId>
>             <artifactId>gearpump-core_2.11</artifactId>
>             <version>0.8.0</version>
>         </dependency>
>         <dependency>
>             <groupId>com.github.intel-hadoop</groupId>
>             <artifactId>gearpump-streaming_2.11</artifactId>
>             <version>0.8.0</version>
>         </dependency>
>     </dependencies>
>
> should I add some more dependency ?  thanks :D
> --
>
> long is the way and hard  that out of Hell leads up to light
>
>