[jira] [Commented] (HDFS-12197) Do the HDFS dist stitching in hadoop-hdfs-project

2024-01-03 Thread Shilun Fan (Jira)


[ 
https://issues.apache.org/jira/browse/HDFS-12197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17802479#comment-17802479
 ] 

Shilun Fan commented on HDFS-12197:
---

Bulk update: moved all 3.4.0 non-blocker issues, please move back if it is a 
blocker. Retarget 3.5.0.

> Do the HDFS dist stitching in hadoop-hdfs-project
> -
>
> Key: HDFS-12197
> URL: https://issues.apache.org/jira/browse/HDFS-12197
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 3.0.0-alpha4
>Reporter: Andrew Wang
>Priority: Major
>
> Problem reported by [~lars_francke] on HDFS-11596. We can no longer easily 
> start a namenode and datanode from the source directory without doing a full 
> build per the wiki instructions: 
> https://wiki.apache.org/hadoop/HowToSetupYourDevelopmentEnvironment
> This is because we don't have a top-level dist for HDFS. $HADOOP_YARN_HOME 
> for instance can be set to {{hadoop-yarn-project/target}}, but 
> $HADOOP_HDFS_HOME goes into the submodule: 
> {{hadoop-hdfs-project/hadoop-hdfs/target}}. This means it's missing the files 
> from the sibling hadoop-hdfs-client module (which is required by the 
> namenode), but also other siblings like nfs and httpfs.
> So, I think the right fix is doing the dist stitching at the 
> {{hadoop-hdfs-project}} level where we can aggregate all the child modules, 
> and pointing $HADOOP_HDFS_HOME at this directory.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (HDFS-12197) Do the HDFS dist stitching in hadoop-hdfs-project

2017-07-31 Thread Elek, Marton (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-12197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16107840#comment-16107840
 ] 

Elek, Marton commented on HDFS-12197:
-

It's not just about running the pseudo distributed cluster from dev tree. It's 
also impossible to run Namenode from IDE while the scope is provided for the 
selected dependencies. Would be great to fix this as well.

> Do the HDFS dist stitching in hadoop-hdfs-project
> -
>
> Key: HDFS-12197
> URL: https://issues.apache.org/jira/browse/HDFS-12197
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 3.0.0-alpha4
>Reporter: Andrew Wang
>
> Problem reported by [~lars_francke] on HDFS-11596. We can no longer easily 
> start a namenode and datanode from the source directory without doing a full 
> build per the wiki instructions: 
> https://wiki.apache.org/hadoop/HowToSetupYourDevelopmentEnvironment
> This is because we don't have a top-level dist for HDFS. $HADOOP_YARN_HOME 
> for instance can be set to {{hadoop-yarn-project/target}}, but 
> $HADOOP_HDFS_HOME goes into the submodule: 
> {{hadoop-hdfs-project/hadoop-hdfs/target}}. This means it's missing the files 
> from the sibling hadoop-hdfs-client module (which is required by the 
> namenode), but also other siblings like nfs and httpfs.
> So, I think the right fix is doing the dist stitching at the 
> {{hadoop-hdfs-project}} level where we can aggregate all the child modules, 
> and pointing $HADOOP_HDFS_HOME at this directory.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (HDFS-12197) Do the HDFS dist stitching in hadoop-hdfs-project

2017-07-25 Thread Allen Wittenauer (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-12197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16101179#comment-16101179
 ] 

Allen Wittenauer commented on HDFS-12197:
-


There is likely a fix required to/instead of the \-\-build-paths option .  Of 
course, that only applies to trunk.

> Do the HDFS dist stitching in hadoop-hdfs-project
> -
>
> Key: HDFS-12197
> URL: https://issues.apache.org/jira/browse/HDFS-12197
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 3.0.0-alpha4
>Reporter: Andrew Wang
>
> Problem reported by [~lars_francke] on HDFS-11596. We can no longer easily 
> start a namenode and datanode from the source directory without doing a full 
> build per the wiki instructions: 
> https://wiki.apache.org/hadoop/HowToSetupYourDevelopmentEnvironment
> This is because we don't have a top-level dist for HDFS. $HADOOP_YARN_HOME 
> for instance can be set to {{hadoop-yarn-project/target}}, but 
> $HADOOP_HDFS_HOME goes into the submodule: 
> {{hadoop-hdfs-project/hadoop-hdfs/target}}. This means it's missing the files 
> from the sibling hadoop-hdfs-client module (which is required by the 
> namenode), but also other siblings like nfs and httpfs.
> So, I think the right fix is doing the dist stitching at the 
> {{hadoop-hdfs-project}} level where we can aggregate all the child modules, 
> and pointing $HADOOP_HDFS_HOME at this directory.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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