[appengine-java] Re: 1.4.2: Can't make https call from dev server

2011-02-14 Thread frew
Hey everybody, In order to help me diagnose the problems, could you respond with what JDK (Platform, JDK manufacturer (e.g. Sun, OpenJDK), and version) you're running? As a temporary stopgap, if you're using URLFetch service, you can use the doNotValidateCertificate() method in FetchOptions

[google-appengine] Re: __scatter__ property

2011-01-11 Thread frew
As Ikai said, this was added in support of making mapper more efficient. It's supposed to be completely invisible, so its visibility is a bug. Can you let me know where you're seeing it (admin console? API?) and your appid? Also, in case you're worried, Google is picking up the bill for this

[google-appengine] Re: __scatter__ property

2011-01-11 Thread frew
. The first four of my entities alphabetically have it and the fifth doesn't. appid is my-lms-test Steve On Tue, Jan 11, 2011 at 1:42 PM, frew f...@google.com wrote: As Ikai said, this was added in support of making mapper more efficient. It's supposed to be completely invisible, so its

[appengine-java] Re: mapreduce - passing filters

2010-11-23 Thread frew
This sounds reasonable. The challenge is mostly that finding split points for arbitrary queries is hard at the moment. I would hold off on doing this until after the 1.4.0 rollout is done. We have a new feature we're rolling out (enabled by 1.4.0, although we're going to have to do some work to

[appengine-java] Re: mapreduce - passing filters

2010-11-17 Thread frew
Hi, I'm the main author of the Java side of appengine-mapreduce. Sorry for the delay in responding - I don't normally lurk this group, but Ikai brought to my attention. We're happy to accept patches. We haven't been as good as we'd have liked about responding to them in a timely manner, since

[google-appengine] Re: What is Unknown status in MapReduce console?

2010-09-21 Thread frew
Sorry for the inconvenience. Are you using the Java or Python version of the API? Thanks -Fred On Sep 18, 1:50 pm, Peter Liu tinyee...@gmail.com wrote: I am trying to use the Mapper API and couldn't figure out how to set the status. The job is completed and the status is Unknown. Is Unknown