[jira] [Updated] (HDFS-13415) Ozone: Remove cblock code from HDFS-7240 (move to a different branch)

2018-04-11 Thread Elek, Marton (JIRA)

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

Elek, Marton updated HDFS-13415:

Attachment: HDFS-13415-HDFS-7240.003.patch

> Ozone: Remove cblock code from HDFS-7240 (move to a different branch)
> -
>
> Key: HDFS-13415
> URL: https://issues.apache.org/jira/browse/HDFS-13415
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: ozone
>Reporter: Elek, Marton
>Assignee: Elek, Marton
>Priority: Minor
> Attachments: HDFS-13415-HDFS-7240.001.patch, 
> HDFS-13415-HDFS-7240.002.patch, HDFS-13415-HDFS-7240.003.patch
>
>
> The Ozone components (hdds/ozone) and cblock components (cblock) has 
> different stability. We suggest to separated the development: Ozone could 
> remain on HDFS-7240 and could be merged to the trunk as voted by the 
> community.
> The cblock development could be kept on a separated feature branch 
> (HDFS-8) and could be developed and merged independently.
> To achieve this we 
>  1. need to remove the cblock code from HDFS-7240 branch (this is what this 
> jira about)
>  2. Create a new branch from the latest HDFS-7240 which contains the cblock 
> server (not in this jira)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDFS-13415) Ozone: Remove cblock code from HDFS-7240 (move to a different branch)

2018-04-10 Thread Elek, Marton (JIRA)

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

Elek, Marton updated HDFS-13415:

Attachment: HDFS-13415-HDFS-7240.002.patch

> Ozone: Remove cblock code from HDFS-7240 (move to a different branch)
> -
>
> Key: HDFS-13415
> URL: https://issues.apache.org/jira/browse/HDFS-13415
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: ozone
>Reporter: Elek, Marton
>Assignee: Elek, Marton
>Priority: Minor
> Attachments: HDFS-13415-HDFS-7240.001.patch, 
> HDFS-13415-HDFS-7240.002.patch
>
>
> The Ozone components (hdds/ozone) and cblock components (cblock) has 
> different stability. We suggest to separated the development: Ozone could 
> remain on HDFS-7240 and could be merged to the trunk as voted by the 
> community.
> The cblock development could be kept on a separated feature branch 
> (HDFS-8) and could be developed and merged independently.
> To achieve this we 
>  1. need to remove the cblock code from HDFS-7240 branch (this is what this 
> jira about)
>  2. Create a new branch from the latest HDFS-7240 which contains the cblock 
> server (not in this jira)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDFS-13415) Ozone: Remove cblock code from HDFS-7240 (move to a different branch)

2018-04-09 Thread Elek, Marton (JIRA)

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

Elek, Marton updated HDFS-13415:

Status: Patch Available  (was: Open)

After the subproject refactor it's almost trivial. I deleted the subprojects 
and remove the references in pom.xml files and dist-layout stitching.

Acceptance tests are passed:

{code}
cd hadoop-ozone/acceptance-test
mvn clean integration-test -Pozone-acceptance-test,dist -DskipTests

==
Acceptance
==
Acceptance.Ozone :: Smoke test to start cluster with docker-compose environ...
==
Daemons are running without error | PASS |
--
Check if datanode is connected to the scm | PASS |
--
Scale it up to 5 datanodes| PASS |
--
Test rest interface   | PASS |
--
Test ozone cli| PASS |
--
Check webui static resources  | PASS |
--
Start freon testing   | PASS |
--
Acceptance.Ozone :: Smoke test to start cluster with docker-compos... | PASS |
7 critical tests, 7 passed, 0 failed
7 tests total, 7 passed, 0 failed
==
Acceptance| PASS |
7 critical tests, 7 passed, 0 failed
7 tests total, 7 passed, 0 failed
==
Output:  
/home/elek/projects/hadoop/hadoop-ozone/acceptance-test/target/robotframework-reports/output.xml
XUnit:   
/home/elek/projects/hadoop/hadoop-ozone/acceptance-test/target/robotframework-reports/TEST-acceptance.xml
Log: 
/home/elek/projects/hadoop/hadoop-ozone/acceptance-test/target/robotframework-reports/log.html
Report:  
/home/elek/projects/hadoop/hadoop-ozone/acceptance-test/target/robotframework-reports/report.html
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time: 03:33 min
[INFO] Finished at: 2018-04-09T18:26:26+02:00
[INFO] Final Memory: 57M/389M
[INFO] 
{code}

> Ozone: Remove cblock code from HDFS-7240 (move to a different branch)
> -
>
> Key: HDFS-13415
> URL: https://issues.apache.org/jira/browse/HDFS-13415
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: ozone
>Reporter: Elek, Marton
>Assignee: Elek, Marton
>Priority: Minor
> Attachments: HDFS-13415-HDFS-7240.001.patch
>
>
> The Ozone components (hdds/ozone) and cblock components (cblock) has 
> different stability. We suggest to separated the development: Ozone could 
> remain on HDFS-7240 and could be merged to the trunk as voted by the 
> community.
> The cblock development could be kept on a separated feature branch 
> (HDFS-8) and could be developed and merged independently.
> To achieve this we 
>  1. need to remove the cblock code from HDFS-7240 branch (this is what this 
> jira about)
>  2. Create a new branch from the latest HDFS-7240 which contains the cblock 
> server (not in this jira)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDFS-13415) Ozone: Remove cblock code from HDFS-7240 (move to a different branch)

2018-04-09 Thread Elek, Marton (JIRA)

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

Elek, Marton updated HDFS-13415:

Attachment: HDFS-13415-HDFS-7240.001.patch

> Ozone: Remove cblock code from HDFS-7240 (move to a different branch)
> -
>
> Key: HDFS-13415
> URL: https://issues.apache.org/jira/browse/HDFS-13415
> Project: Hadoop HDFS
>  Issue Type: Sub-task
>  Components: ozone
>Reporter: Elek, Marton
>Assignee: Elek, Marton
>Priority: Minor
> Attachments: HDFS-13415-HDFS-7240.001.patch
>
>
> The Ozone components (hdds/ozone) and cblock components (cblock) has 
> different stability. We suggest to separated the development: Ozone could 
> remain on HDFS-7240 and could be merged to the trunk as voted by the 
> community.
> The cblock development could be kept on a separated feature branch 
> (HDFS-8) and could be developed and merged independently.
> To achieve this we 
>  1. need to remove the cblock code from HDFS-7240 branch (this is what this 
> jira about)
>  2. Create a new branch from the latest HDFS-7240 which contains the cblock 
> server (not in this jira)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org