Thank you for the feedback. I've extended the report and added it to the
wiki page: https://wiki.apache.org/incubator/November2014
On Wed, Oct 29, 2014 at 7:58 PM, Henry Saputra
wrote:
> Ted, do you mean rename of the podling? I think we mentioned that in
> the prev report.
>
> As for info on ma
Just one last thing..I removed the HbaseDataSink because I think it was
using the old APIs..can someone help me in updating that class?
On Sun, Nov 2, 2014 at 10:55 AM, Flavio Pompermaier
wrote:
> Indeed this time the build has been successful :)
>
> On Sun, Nov 2, 2014 at 10:29 AM, Fabian Huesk
An alternative would be to go for
env.fromElements(1, 2, 3)
.flatMap((Integer i, Collector o) -> o.collect(i) ,
returns("Integer"))
.print();
"returns" would here be a static method that creates the type info.
That would require to add an additional parameter, but allow us to keep the
immediate
Indeed this time the build has been successful :)
On Sun, Nov 2, 2014 at 10:29 AM, Fabian Hueske wrote:
> You can also setup Travis to build your own Github repositories by linking
> it to your Github account. That way Travis can build all your branches (and
> you can also trigger rebuilds if so
And we could also combine several reduceFields(), similar to how we
combine aggregates, for example andReduceField().
On Sat, Nov 1, 2014 at 8:50 PM, Stephan Ewen wrote:
> Hi Manu!
>
> I think the change to explicitly expose the group reduce key is separate
> from the overhaul of the aggregation
You can also setup Travis to build your own Github repositories by linking
it to your Github account. That way Travis can build all your branches (and
you can also trigger rebuilds if something fails).
Not sure if we can manually trigger retrigger builds on the Apache
repository.
Support for Hadoo
As suggestes by Fabian I moved the discussion on this mailing list.
I think that what is still to be discussed is how to retrigger the build
on Travis (I don't have an account) and if the PR can be integrated.
Maybe what I can do is to move the HBase example in the test package (right
now I left