| clear query|facets|time |
Search criteria: .
Results from 111 to 120 from
204 (0.15s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Debugging with kerberos enabled - Hadoop - [mail # general]
|
|
...Why not just attach a debugger from an IDE (with the right hadoop sources) to DN JVM? On Thu, Mar 8, 2012 at 1:16 AM, Evert Lammerts wrote: ...
|
|
|
Author: Alejandro Abdelnur,
2012-03-09, 00:05
|
|
|
[HADOOP-7874] native libs should be under lib/native/ dir - Hadoop - [issue]
|
|
...Currently common and hdfs SO files end up under lib/ dir with all JARs, they should end up under lib/native.In addition, the hadoop-config.sh script needs some cleanup when comes to native l...
|
|
|
http://issues.apache.org/jira/browse/HADOOP-7874
Author: Alejandro Abdelnur,
2012-03-05, 02:49
|
|
|
[HADOOP-7907] hadoop-tools JARs are not part of the distro - Hadoop - [issue]
|
|
...After mavenizing streaming, the hadoop-streaming JAR is not part of the final tar....
|
|
|
http://issues.apache.org/jira/browse/HADOOP-7907
Author: Alejandro Abdelnur,
2012-03-05, 02:49
|
|
|
[HADOOP-7899] Generate proto java files as part of the build - Hadoop - [issue]
|
|
...currently the generated java files are precompiled and checked in into the source....
|
|
|
http://issues.apache.org/jira/browse/HADOOP-7899
Author: Alejandro Abdelnur,
2012-02-29, 18:26
|
|
|
[HADOOP-8098] KerberosAuthenticatorHandler should use _HOST replacement to resolve principal name - Hadoop - [issue]
|
|
...Currently the exact Kerberos principal name has to be set in the configuration of each node.KerberosAuthenticatorHandler should do similar logic as the RPC ports to support HTTP/_HOST@REALM...
|
|
|
http://issues.apache.org/jira/browse/HADOOP-8098
Author: Alejandro Abdelnur,
2012-02-29, 13:57
|
|
|
Re: .23 compile times - Hadoop - [mail # dev]
|
|
...A 'mvn package -DskipTests -Pdist' (developer) with no changes takes 3.35mins The biggest offenders are: [INFO] Apache Hadoop Common .............................. SUCCESS ...
|
|
|
Author: Alejandro Abdelnur,
2012-02-17, 00:15
|
|
|
Re: .23 compile times - Hadoop - [mail # dev]
|
|
...I've just done some tweaks in the POMs and I'm cutting the 8.30min full dist build down to 3.45min. I'm removing all javadoc stuff from the dist profile. I think we should introduce a ...
|
|
|
Author: Alejandro Abdelnur,
2012-02-16, 21:25
|
|
|
Re: How do I synchronize Hadoop jobs? - Hadoop - [mail # user]
|
|
...You can use Oozie for that, you can write a workflow job that forks A & B and then joins before C. Thanks. Alejandro On Wed, Feb 15, 2012 at 11:23 AM, W.P. McNeill wr...
|
|
|
Author: Alejandro Abdelnur,
2012-02-15, 19:28
|
|
|
Re: Any samples of how to write a custom FileSystem - Hadoop - [mail # user]
|
|
...Steven, You could also look at HttpFSFilesystem in the hadoop-httpfs module, it is quite simple and selfcontained. Cheers. Alejandro On Tue, Jan 31, 2012 at 8:37 PM, ...
|
|
|
Author: Alejandro Abdelnur,
2012-02-01, 05:20
|
|
|
Re: Hybrid Hadoop with fork/join ? - Hadoop - [mail # user]
|
|
...Rob, Hadoop has as a way to run Map tasks in multithreading mode, look for the MultithreadedMapRunner & MultithreadedMapper. Thanks. Alejandro. On Tue, Jan 31, 2012 a...
|
|
|
Author: Alejandro Abdelnur,
2012-01-31, 17:50
|
|
|
|