[jira] Created: (HADOOP-6930) AvroRpcEngine doesn't work with generated Avro code

2010-08-26 Thread Sharad Agarwal (JIRA)
: ipc Reporter: Sharad Agarwal AvroRpcEngine uses 'reflect' based java implementation. There should be a way to have it work with 'specific' (generated code from avro idl). -- This message is automatically generated by JIRA. - You can reply to this email to a

[jira] Created: (HADOOP-6929) RPC should have a way to pass Security information other than protocol annotations

2010-08-26 Thread Sharad Agarwal (JIRA)
: Hadoop Common Issue Type: Improvement Components: ipc, security Reporter: Sharad Agarwal Fix For: 0.22.0 Currently Hadoop RPC allows protocol annotations as the only way to pass security information. This becomes a problem if protocols are generated and

Re: 5 billion pages indexed and searchable.

2009-11-11 Thread Sharad Agarwal
For serving, you might want to look at Apache Solr. It has replication and search over sharded indexes.

[jira] Resolved: (HADOOP-6215) fix GenericOptionParser to deal with -D with '=' in the value

2009-08-27 Thread Sharad Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sharad Agarwal resolved HADOOP-6215. Resolution: Fixed Hadoop Flags: [Reviewed] +1 I committed to trunk and branch 20

[jira] Resolved: (HADOOP-6213) Remove commons dependency on commons-cli2

2009-08-26 Thread Sharad Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sharad Agarwal resolved HADOOP-6213. Resolution: Fixed Fix Version/s: (was: 0.20.0) 0.20.1

Re: Where to place config files after the project split?

2009-08-06 Thread Sharad Agarwal
Matei Zaharia wrote: > Sorry to be pestering but I'd still like an answer about where to place the > fair-scheduler.xml config file (in common/conf or in mapred/conf). > In mapred/conf. - Sharad

Re: Developing cross-component patches post-split

2009-07-01 Thread Sharad Agarwal
Raghu Angadi wrote: Can build.xml be updated such that Ivy fetches recent (nightly) build? HDFS could have a build target that builds common jar from a specified source location for common. +1 This is the standard way to go. Ivy can fetch the latest nightly build or from the last successful

[jira] Updated: (HADOOP-6120) Add support for Avro types in hadoop

2009-06-30 Thread Sharad Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sharad Agarwal updated HADOOP-6120: --- Attachment: 6120_v1.patch An early patch having AvroSpecificSerialization. Test case not

[jira] Commented: (HADOOP-6120) Add support for Avro types in hadoop

2009-06-29 Thread Sharad Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12725490#action_12725490 ] Sharad Agarwal commented on HADOOP-6120: The Serialization interface ca

[jira] Created: (HADOOP-6120) Add support for Avro types in hadoop

2009-06-29 Thread Sharad Agarwal (JIRA)
Add support for Avro types in hadoop Key: HADOOP-6120 URL: https://issues.apache.org/jira/browse/HADOOP-6120 Project: Hadoop Common Issue Type: New Feature Reporter: Sharad Agarwal Support