[
https://issues.apache.org/jira/browse/HDFS-8679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arpit Agarwal updated HDFS-8679:
--------------------------------
Attachment: HDFS-8679-HDFS-7240.02.patch
v2 patch:
- Move DatasetSpi and VolumeSpi to new package
{{org.apache.hadoop.hdfs.server.datanode.dataset}}.
- Remove nodeType parameter from Factory.newInstance, move it to the static
Factory.getInstance method instead.
The patch looks large because of the two files being moved. The changes are
relatively small. Ready for code review.
> Move DatasetSpi to new package
> ------------------------------
>
> Key: HDFS-8679
> URL: https://issues.apache.org/jira/browse/HDFS-8679
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: datanode
> Reporter: Arpit Agarwal
> Assignee: Arpit Agarwal
> Attachments: HDFS-8679-HDFS-7240.01.patch,
> HDFS-8679-HDFS-7240.02.patch
>
>
> The DatasetSpi and VolumeSpi interfaces are currently in
> {{org.apache.hadoop.hdfs.server.datanode.fsdataset}}. They can be moved to a
> new package {{org.apache.hadoop.hdfs.server.datanode.dataset}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)