Gino Bustelo

Results 65 comments of Gino Bustelo

@erikbern Today 1300, tomorrow 10x more. Anyway, I downgraded to 1.15.2 and so far no crashes. Fingers crossed.

I have not been able to trigger it locally. I package and tests within a docker container running images from lambci.

This does not seem to be in the radar for the contributors, but I wanted to update some of my findings here. As it stands, the current construct cannot be...

I think I hit this problem as well... @dphang Can you confirm that a config like below will not work? Is the workaround to handle that in a page with...

I had to modify the mutation observer in google-map-marker to listen to character data to get some of it to work. https://github.com/lbustelo/google-map-observe/blob/ObserveNodesMarkers/google-map-marker.html#L330

I've since gotten past this issue, and to be honest… I've lost track of how I've fixed certain things. Documentation is very specific around using the Spark Shell and there...

I was trying to do this by simply swapping references to 0.9.0 with 0.9.1. The problem is that I have to rebuild the hadoop image and that DockerFile fails to...

To fix this problem, need to add the following to https://github.com/amplab/docker-scripts/blob/master/apache-hadoop-hdfs-precise/Dockerfile#L11 ``` RUN echo "deb http://archive.ubuntu.com/ubuntu precise-updates main universe" >> /etc/apt/sources.list ```

That looks fine to me. Print out f1.limit to verify that it is set to 2000. > On May 9, 2017, at 1:47 PM, vkhombal wrote: > > I'm trying...