Issue Details (XML | Word | Printable)

Key: MAPREDUCE-558
Type: Sub-task Sub-task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Sanjay Radia
Reporter: Sanjay Radia
Votes: 0
Watchers: 5
Operations

If you were logged in you would be able to see more operations.
Hadoop Map/Reduce
MAPREDUCE-556

Refactor src structure, but leave package structure alone

Created: 29/Feb/08 02:02 AM   Updated: 08/Jul/09 04:42 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
File convert-patch.sed 2008-05-14 11:09 PM Raghu Angadi 0.4 kB
File convert-patch.sed 2008-05-14 10:11 PM Raghu Angadi 0.4 kB
Text File Licensed for inclusion in ASF works HADOOP-2916.patch 2008-03-12 01:08 AM Raghu Angadi 4 kB
File Licensed for inclusion in ASF works svn-commands.sh 2008-04-16 10:10 PM Raghu Angadi 0.8 kB
File Licensed for inclusion in ASF works svn-commands.sh 2008-03-12 12:59 AM Raghu Angadi 0.6 kB

Resolution Date: 20/Jun/08 03:35 PM


 Description  « Hide
This Jira proposes that the src structure be split as below.
The package structure remains the same for this Jira. (Package renaming is part of other JIras such as HADOOP-2885).

The idea is that the src will be split BEFORE the package restructuring

The new proposed src structure is

src/test - unchanged

src/java - will no longer exist , its content will be move to one of core, hdfs, or mapred

src/core - this will contain the core classes that hadoop applications need to link against.
It will contain client side libraries of all fs file systems: local, hdfs, kfs, etc

src/core/org.apache.hadoop.{conf, fs, filechache, io, ipc, log, metrics, net, record, security, tools, util)
src/core/org.apache.hadoop.dfs - this will contain only the client side parts of dfs.
HADOOP-2885 will rename package dfs to package fs.hdfs

src/hdfs/org.apache.hadoop.dfs - this will contain only the server side of hdfs.
HADOOP-2885 will rename package dfs to package fs.hdfs later; a compatible dfs.DistributedFileSystem will be left for compatibility/

src/mapred/org.apache.hadoop.mapred.*

This Jira will not split the jar files.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.