Re: Apache Beam UX Research Findings

2021-02-10 Thread Ramesh Mathikumar
I am still awaiting my gift voucher :) On Wed, 10 Feb 2021 at 16:51, Carlos Camacho wrote: > Hi everyone, > *Thank you for helping us choose a date and time for our User Experience > Research Findings Readout for Apache Beam.* > > The winner option is *Thursday, February 11th at 11:00 AMCST / 6

Re: Be part of a User Experience Research for Apache Beam

2020-11-26 Thread Ramesh Mathikumar
I thought you guys are going to speak to me tomorrow at 18:00 GMT? On Thu, 26 Nov 2020 at 19:58, Carlos Camacho Frausto < carlos.cama...@wizeline.com> wrote: > Hello there, > > Are you currently learning how to use apache Beam? > > We’d like to invite you to *provide feedback on your experience >

Re: Colab vs Local IDE

2020-10-29 Thread Ramesh Mathikumar
thon\Python36-32\lib\site-packages\apache_beam\runners\portability\portable_runner.py", line 304, in create_j ob_service return self.create_job_service_handle(server.start(), options) File "C:\Users\rekharamesh\AppData\Local\Programs\Python\Python36-32\lib\site-packages\apache_beam

Colab vs Local IDE

2020-10-28 Thread Ramesh Mathikumar
Hi Team, Is there any difference in running the spark or Flink runners from Colab vs Local. The code runs with no issues in Google Colab environment but it does not run on my local environment. This is for windows. Steps: 1. Start Flink or Spark on local machine 2. Make sure Spark and Flink

Re: Spark Portable Runner + Docker

2020-10-28 Thread Ramesh Mathikumar
xey Romanenko wrote: > Hi Ramesh, > > By “+ Docker” do you mean Docker SDK Harness or running a Spark in Docker? > For the former I believe it works fine. > > Could you share more details of what kind of error you are facing? > > > On 27 Oct 2020, at 21:10, Ramesh Mathikumar wrote: > > > > Hi Group -- Has anyone got this to work? For me it does not either in the > > IDE or in Colab. Whats the community take on this one? > >

Spark Portable Runner + Docker

2020-10-27 Thread Ramesh Mathikumar
Hi Group -- Has anyone got this to work? For me it does not either in the IDE or in Colab. Whats the community take on this one?

Re: Beam + Spark Portable Runner

2020-10-24 Thread Ramesh Mathikumar
kl > --job-port 57115 --artifact-port 0 --expansion-port 0 > > to see why the job server is failing. > > On Sat, Oct 24, 2020 at 3:52 PM Ramesh Mathikumar > wrote: > > > Hi Ankur, > > > > Thanks for the prompt response. I suspected a similar issue to t

Re: Beam + Spark Portable Runner

2020-10-24 Thread Ramesh Mathikumar
\utils\subprocess_server.py", line 88, in start 'Service failed to start up with error %s' % self._process.poll()) RuntimeError: Service failed to start up with error 1 On 2020/10/24 22:39:20, Ankur Goenka wrote: > Spark running inside docker might require additional co

Beam + Spark Portable Runner

2020-10-24 Thread Ramesh Mathikumar
I am running a sample pipeline and my environment is this. python "SaiStudy - Apache-Beam-Spark.py" --runner=PortableRunner --job_endpoint=192.168.99.102:8099 My Spark is running on a Docker Container and I can see that the JobService is running at 8099. I am getting the following error: grpc.