[ 
https://issues.apache.org/jira/browse/HDFS-11666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yiqun Lin updated HDFS-11666:
-----------------------------
    Attachment: HDFS-11666-HDFS-7240.002.patch

Thanks [~xyao] for taking a look. Attach the updated patch to move the class 
{{ContainerPlacementPolicy}}. But there is still one class {{NodeStat.java}} 
that I am not sure if we should move them. In the latest patch, I have updated 
its package name.
In addition, I'm sure the class {{TestContainerMetrics}} should update its 
package name since it was introduced by me in HDFS-11657. And I was missing to 
update its package name, :).
The compile error have a strong influence on  coding and debugging. Please have 
a review. Thanks.


> Ozone: Fix compile error due to inconsistent package name
> ---------------------------------------------------------
>
>                 Key: HDFS-11666
>                 URL: https://issues.apache.org/jira/browse/HDFS-11666
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>    Affects Versions: HDFS-7240
>            Reporter: Yiqun Lin
>            Assignee: Yiqun Lin
>         Attachments: HDFS-11666-HDFS-7240.001.patch, 
> HDFS-11666-HDFS-7240.002.patch
>
>
> There are some classes's package name which doesn't match its actual path. 
> This problem will not influence the execution of maven commands but will 
> detected by IDE.
> For example, the class {{ContainerPlacementPolicy}},
> package name:{{package 
> org.apache.hadoop.ozone.scm.container.placement.algorithms;}}
> the actual path: {{.../src/main/java/org/apache/hadoop/ozone/scm/container}}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to