Re: Implementation examples for framework using V1 APIs for Scala/Java

2016-11-17 Thread David Greenberg
Sorry, I misunderstood. The V1 APIs aren't covered in the book. For what
it's worth, I think that most frameworks are still using the native libs,
until a V1 library exists.

On Thu, Nov 17, 2016 at 7:53 PM Petr Novak  wrote:

> Hi,
>
> I have already read this book some time ago. It was updated for the v1
> APIs?
>
>
>
> Thanks,
>
> Petr
>
>
>
> *From:* David Greenberg [mailto:dsg123456...@gmail.com]
> *Sent:* 13. listopadu 2016 15:36
>
>
> *To:* user@mesos.apache.org
> *Subject:* Re: Implementation examples for framework using V1 APIs for
> Scala/Java
>
>
>
> There's also a book (disclaimer: I am the author) about framework
> development. The examples are in Java. Here's a link:
> http://shop.oreilly.com/product/mobile/0636920039952.do
>
> On Sun, Nov 13, 2016 at 2:38 AM Tomek Janiszewski 
> wrote:
>
> Hi
>
> Here are slides from Dario Rexin "Writing a Mesos HTTP API Client"
> presentation
> http://schd.ws/hosted_files/mesosconeu2016/e6/mesoscon_eu_2016.pdf at
> MesosCon EU. Unfortunately event was not recorded.
>
> —
>
>
> Tomek
>
>
>
> niedz., 13.11.2016, 11:26 użytkownik Petr Novak 
> napisał:
>
> Hello,
>
> Are there any examples/guides I can take a look?
>
>
>
> Many thanks,
>
> Petr
>
>


RE: Implementation examples for framework using V1 APIs for Scala/Java

2016-11-17 Thread Petr Novak
I meant source code for the presentation.

 

Petr

 

From: Petr Novak [mailto:oss.mli...@gmail.com] 
Sent: 17. listopadu 2016 12:52
To: user@mesos.apache.org
Subject: RE: Implementation examples for framework using V1 APIs for Scala/Java

 

Hi,

It is like what I have in mind. But I’m contemplating if akka-streams is an 
overkill for a framework. I would like to see a comparison implementation 
with/without akka-streams/RxJava.

 

There is no source code on github for it, right?

 

Many thanks,

Petr

 

From: Tomek Janiszewski [mailto:jani...@gmail.com] 
Sent: 13. listopadu 2016 11:38
To: user@mesos.apache.org
Subject: Re: Implementation examples for framework using V1 APIs for Scala/Java

 

Hi

Here are slides from Dario Rexin "Writing a Mesos HTTP API Client" presentation 
http://schd.ws/hosted_files/mesosconeu2016/e6/mesoscon_eu_2016.pdf at MesosCon 
EU. Unfortunately event was not recorded.

—
Tomek 

 

niedz., 13.11.2016, 11:26 użytkownik Petr Novak  napisał:

Hello,

Are there any examples/guides I can take a look?

 

Many thanks,

Petr



RE: Implementation examples for framework using V1 APIs for Scala/Java

2016-11-17 Thread Petr Novak
Is there any Mesosphere framework in production build for v1 API as of yet?
For some important service like Spark, Kafka, Cassandra and such.

 

I would like to adopt Mesos in our company but I have never work with
streamed chunked HTTP API before so I don't know how imperative Java/Scala
code looks for it. If you have any example on hand I would be thankful.

 

Is RxJava, akka-streams and alike required to work with v1 API conveniently?
Is non-functional, imperative approach too cumbersome to handle?

 

While I have some experience with Observables the rest of my team has none
and it takes some time to switch the mindset. I have to evaluate for it.

 

Regards,

Petr

 

From: Petr Novak [mailto:oss.mli...@gmail.com] 
Sent: 13. listopadu 2016 11:26
To: user@mesos.apache.org
Subject: Implementation examples for framework using V1 APIs for Scala/Java

 

Hello,

Are there any examples/guides I can take a look?

 

Many thanks,

Petr



RE: Implementation examples for framework using V1 APIs for Scala/Java

2016-11-17 Thread Petr Novak
Nice one to play with. Thanks.

Is mesos-rxjava official attempt to replace the old Java lib (libmesos based) 
to interact with Mesos? Or is it just kind of non-stable experiment?

 

Petr

 

From: haosdent [mailto:haosd...@gmail.com] 
Sent: 14. listopadu 2016 14:28
To: user
Subject: Re: Implementation examples for framework using V1 APIs for Scala/Java

 

You may refer the example framework in mesos-rxjava 
https://github.com/mesosphere/mesos-rxjava/tree/master/mesos-rxjava-example/mesos-rxjava-example-framework
 as well.

 

On Sun, Nov 13, 2016 at 10:36 PM, David Greenberg  
wrote:

There's also a book (disclaimer: I am the author) about framework development. 
The examples are in Java. Here's a link: 
http://shop.oreilly.com/product/mobile/0636920039952.do

 

On Sun, Nov 13, 2016 at 2:38 AM Tomek Janiszewski  wrote:

Hi

Here are slides from Dario Rexin "Writing a Mesos HTTP API Client" presentation 
http://schd.ws/hosted_files/mesosconeu2016/e6/mesoscon_eu_2016.pdf at MesosCon 
EU. Unfortunately event was not recorded.

—


Tomek 

 

niedz., 13.11.2016, 11:26 użytkownik Petr Novak  napisał:

Hello,

Are there any examples/guides I can take a look?

 

Many thanks,

Petr





 

-- 

Best Regards,

Haosdent Huang



RE: Implementation examples for framework using V1 APIs for Scala/Java

2016-11-17 Thread Petr Novak
Hi,

I have already read this book some time ago. It was updated for the v1 APIs?

 

Thanks,

Petr

 

From: David Greenberg [mailto:dsg123456...@gmail.com] 
Sent: 13. listopadu 2016 15:36
To: user@mesos.apache.org
Subject: Re: Implementation examples for framework using V1 APIs for Scala/Java

 

There's also a book (disclaimer: I am the author) about framework development. 
The examples are in Java. Here's a link: 
http://shop.oreilly.com/product/mobile/0636920039952.do

On Sun, Nov 13, 2016 at 2:38 AM Tomek Janiszewski  wrote:

Hi

Here are slides from Dario Rexin "Writing a Mesos HTTP API Client" presentation 
http://schd.ws/hosted_files/mesosconeu2016/e6/mesoscon_eu_2016.pdf at MesosCon 
EU. Unfortunately event was not recorded.

—


Tomek 

 

niedz., 13.11.2016, 11:26 użytkownik Petr Novak  napisał:

Hello,

Are there any examples/guides I can take a look?

 

Many thanks,

Petr



RE: Implementation examples for framework using V1 APIs for Scala/Java

2016-11-17 Thread Petr Novak
Hi,

It is like what I have in mind. But I’m contemplating if akka-streams is an 
overkill for a framework. I would like to see a comparison implementation 
with/without akka-streams/RxJava.

 

There is no source code on github for it, right?

 

Many thanks,

Petr

 

From: Tomek Janiszewski [mailto:jani...@gmail.com] 
Sent: 13. listopadu 2016 11:38
To: user@mesos.apache.org
Subject: Re: Implementation examples for framework using V1 APIs for Scala/Java

 

Hi

Here are slides from Dario Rexin "Writing a Mesos HTTP API Client" presentation 
http://schd.ws/hosted_files/mesosconeu2016/e6/mesoscon_eu_2016.pdf at MesosCon 
EU. Unfortunately event was not recorded.

—
Tomek 

 

niedz., 13.11.2016, 11:26 użytkownik Petr Novak  napisał:

Hello,

Are there any examples/guides I can take a look?

 

Many thanks,

Petr



Re: Implementation examples for framework using V1 APIs for Scala/Java

2016-11-14 Thread Tomek Janiszewski
Here is example client with old api
https://github.com/mesosphere/mesos-http-adapter

pon., 14.11.2016 o 14:28 użytkownik haosdent  napisał:

> You may refer the example framework in mesos-rxjava
> https://github.com/mesosphere/mesos-rxjava/tree/master/mesos-rxjava-example/mesos-rxjava-example-framework
> as well.
>
> On Sun, Nov 13, 2016 at 10:36 PM, David Greenberg 
> wrote:
>
> There's also a book (disclaimer: I am the author) about framework
> development. The examples are in Java. Here's a link:
> http://shop.oreilly.com/product/mobile/0636920039952.do
>
> On Sun, Nov 13, 2016 at 2:38 AM Tomek Janiszewski 
> wrote:
>
> Hi
>
> Here are slides from Dario Rexin "Writing a Mesos HTTP API Client"
> presentation
> http://schd.ws/hosted_files/mesosconeu2016/e6/mesoscon_eu_2016.pdf at
> MesosCon EU. Unfortunately event was not recorded.
>
> —
>
>
> Tomek
>
> niedz., 13.11.2016, 11:26 użytkownik Petr Novak 
> napisał:
>
> Hello,
>
> Are there any examples/guides I can take a look?
>
>
>
> Many thanks,
>
> Petr
>
>
>
>
> --
> Best Regards,
> Haosdent Huang
>


Re: Implementation examples for framework using V1 APIs for Scala/Java

2016-11-14 Thread haosdent
You may refer the example framework in mesos-rxjava
https://github.com/mesosphere/mesos-rxjava/tree/master/mesos-rxjava-example/mesos-rxjava-example-framework
as well.

On Sun, Nov 13, 2016 at 10:36 PM, David Greenberg 
wrote:

> There's also a book (disclaimer: I am the author) about framework
> development. The examples are in Java. Here's a link:
> http://shop.oreilly.com/product/mobile/0636920039952.do
>
> On Sun, Nov 13, 2016 at 2:38 AM Tomek Janiszewski 
> wrote:
>
>> Hi
>>
>> Here are slides from Dario Rexin "Writing a Mesos HTTP API Client"
>> presentation http://schd.ws/hosted_files/mesosconeu2016/e6/mesoscon_eu_
>> 2016.pdf at MesosCon EU. Unfortunately event was not recorded.
>>
>> —
>>
>>
>> Tomek
>>
>> niedz., 13.11.2016, 11:26 użytkownik Petr Novak 
>> napisał:
>>
>> Hello,
>>
>> Are there any examples/guides I can take a look?
>>
>>
>>
>> Many thanks,
>>
>> Petr
>>
>>


-- 
Best Regards,
Haosdent Huang


Re: Implementation examples for framework using V1 APIs for Scala/Java

2016-11-13 Thread David Greenberg
There's also a book (disclaimer: I am the author) about framework
development. The examples are in Java. Here's a link:
http://shop.oreilly.com/product/mobile/0636920039952.do
On Sun, Nov 13, 2016 at 2:38 AM Tomek Janiszewski  wrote:

> Hi
>
> Here are slides from Dario Rexin "Writing a Mesos HTTP API Client"
> presentation
> http://schd.ws/hosted_files/mesosconeu2016/e6/mesoscon_eu_2016.pdf at
> MesosCon EU. Unfortunately event was not recorded.
>
> —
>
>
> Tomek
>
> niedz., 13.11.2016, 11:26 użytkownik Petr Novak 
> napisał:
>
> Hello,
>
> Are there any examples/guides I can take a look?
>
>
>
> Many thanks,
>
> Petr
>
>


Re: Implementation examples for framework using V1 APIs for Scala/Java

2016-11-13 Thread Tomek Janiszewski
Hi

Here are slides from Dario Rexin "Writing a Mesos HTTP API Client"
presentation
http://schd.ws/hosted_files/mesosconeu2016/e6/mesoscon_eu_2016.pdf at
MesosCon EU. Unfortunately event was not recorded.

—
Tomek

niedz., 13.11.2016, 11:26 użytkownik Petr Novak 
napisał:

> Hello,
>
> Are there any examples/guides I can take a look?
>
>
>
> Many thanks,
>
> Petr
>