| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
21 (0.175s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: [DISCUSS] - Committing client code to 3rd Party FileSystems within Hadoop Common - Hadoop - [mail # dev]
|
|
...You might try looking at what KosmoFS (KFS) did. They have some code in org/apache/hadoop/fs which calls their own Java shim. This way, the shim code in hadoop-common gets update...
|
|
|
Author: Colin McCabe,
2013-05-24, 00:28
|
|
|
Re: [VOTE] Plan to create release candidate Monday 3/18 - Hadoop - [mail # dev]
|
|
...+1 (non-binding) best, Colin On Sun, Mar 10, 2013 at 8:38 PM, Matt Foley wrote: ...
|
|
|
Author: Colin McCabe,
2013-03-11, 18:52
|
|
|
Re: development environment for hadoop core - Hadoop - [mail # dev]
|
|
...Hi Erik, Eclipse can run junit tests very rapidly. If you want a shorter test cycle, that's one way to get it. There is also Maven-shell, which reduces some of the overhead...
|
|
|
Author: Colin McCabe,
2013-01-21, 18:31
|
|
|
Re: maven setting of version of protocol buffer - Hadoop - [mail # dev]
|
|
...Hi Yiyu, Are you referring to com.google.protobuf? We generally do depend on specific versions of jars in the pom.xml files, to prevent exactly this sort of problem. If you...
|
|
|
Author: Colin McCabe,
2013-01-17, 19:00
|
|
|
Re: Hadoop build slaves software - Hadoop - [mail # dev]
|
|
...In addition to protoc, can someone please also install a 32-bit C++ compiler? The builds are all failing on this machine because of that. regards, Colin On Fri, Jan 4, 201...
|
|
|
Author: Colin McCabe,
2013-01-04, 22:03
|
|
|
Re: making a hadoop-common test run if a property is set - Hadoop - [mail # dev]
|
|
...On Tue, Dec 18, 2012 at 1:05 AM, Colin McCabe wrote: Just to be clear, I'm not referring to any Hadoop-related project here, just certain other open source (and not) ones I've wo...
|
|
|
Author: Colin McCabe,
2012-12-18, 09:11
|
|
|
Re: making a hadoop-common test run if a property is set - Hadoop - [mail # dev]
|
|
...On Mon, Dec 17, 2012 at 11:03 AM, Steve Loughran wrote: I think the way to go is to have one XML file include another. boring.config.1 &...
|
|
|
Author: Colin McCabe,
2012-12-18, 09:05
|
|
|
Re: making a hadoop-common test run if a property is set - Hadoop - [mail # dev]
|
|
...One approach we've taken in the past is making the junit test skip itself when some precondition is not true. Then, we often create a property which people can use to cause the skipped...
|
|
|
Author: Colin McCabe,
2012-12-14, 18:57
|
|
|
Re: [DISCUSS] create a hadoop-build subproject (a follow up on the thread 'introduce Python as build-time...') - Hadoop - [mail # dev]
|
|
...Hi Radim, In general, Maven plugins are built and deployed to a repository. Then, Maven fetches the precompiled binaries from this repository based on a specific version number in the ...
|
|
|
Author: Colin McCabe,
2012-12-12, 18:22
|
|
|
Re: [DISCUSS] create a hadoop-build subproject (a follow up on the thread 'introduce Python as build-time...') - Hadoop - [mail # dev]
|
|
...On Mon, Dec 10, 2012 at 10:50 AM, Colin McCabe wrote: To clarify this a little bit, some of the later versions of the googlecode plugin add rudimentary support for gcc, but I was...
|
|
|
Author: Colin McCabe,
2012-12-10, 19:33
|
|
|
|