Skip to content

Commit 2c392da

Browse files
committed
HADOOP-15791. Remove Ozone related sources from the 3.2 branch. Contributed by Elek, Marton.
1 parent 83b9b25 commit 2c392da

File tree

1,028 files changed

+1
-138911
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,028 files changed

+1
-138911
lines changed

.gitignore

-10
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,3 @@ patchprocess/
5151
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/package-lock.json
5252
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/yarn-error.log
5353

54-
# Ignore files generated by HDDS acceptance tests.
55-
hadoop-ozone/acceptance-test/docker-compose.log
56-
hadoop-ozone/acceptance-test/junit-results.xml
57-
58-
#robotframework outputs
59-
log.html
60-
output.xml
61-
report.html
62-
63-
hadoop-ozone/docs/public

dev-support/bin/dist-layout-stitching

-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ VERSION=$1
2121
# project.build.directory
2222
BASEDIR=$2
2323

24-
#hdds.version
25-
HDDS_VERSION=$3
26-
2724
function run()
2825
{
2926
declare res

hadoop-assemblies/src/main/resources/assemblies/hadoop-src-with-hdds.xml

-56
This file was deleted.

hadoop-assemblies/src/main/resources/assemblies/hadoop-src.xml

-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@
5050
<exclude>**/build/**</exclude>
5151
<exclude>**/file:/**</exclude>
5252
<exclude>**/SecurityAuth.audit*</exclude>
53-
<exclude>hadoop-ozone/**</exclude>
54-
<exclude>hadoop-hdds/**</exclude>
5553
</excludes>
5654
</fileSet>
5755
</fileSets>

hadoop-common-project/hadoop-common/src/main/bin/hadoop-functions.sh

-5
Original file line numberDiff line numberDiff line change
@@ -596,11 +596,6 @@ function hadoop_bootstrap
596596
YARN_LIB_JARS_DIR=${YARN_LIB_JARS_DIR:-"share/hadoop/yarn/lib"}
597597
MAPRED_DIR=${MAPRED_DIR:-"share/hadoop/mapreduce"}
598598
MAPRED_LIB_JARS_DIR=${MAPRED_LIB_JARS_DIR:-"share/hadoop/mapreduce/lib"}
599-
HDDS_DIR=${HDDS_DIR:-"share/hadoop/hdds"}
600-
HDDS_LIB_JARS_DIR=${HDDS_LIB_JARS_DIR:-"share/hadoop/hdds/lib"}
601-
OZONE_DIR=${OZONE_DIR:-"share/hadoop/ozone"}
602-
OZONE_LIB_JARS_DIR=${OZONE_LIB_JARS_DIR:-"share/hadoop/ozone/lib"}
603-
OZONEFS_DIR=${OZONEFS_DIR:-"share/hadoop/ozonefs"}
604599

605600
HADOOP_TOOLS_HOME=${HADOOP_TOOLS_HOME:-${HADOOP_HOME}}
606601
HADOOP_TOOLS_DIR=${HADOOP_TOOLS_DIR:-"share/hadoop/tools"}

hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh

-9
Original file line numberDiff line numberDiff line change
@@ -403,15 +403,6 @@ esac
403403
#
404404
# export HDFS_DFSROUTER_OPTS=""
405405

406-
###
407-
# Ozone Manager specific parameters
408-
###
409-
# Specify the JVM options to be used when starting the Ozone Manager.
410-
# These options will be appended to the options specified as HADOOP_OPTS
411-
# and therefore may override any similar flags set in HADOOP_OPTS
412-
#
413-
# export HDFS_OM_OPTS=""
414-
415406
###
416407
# HDFS StorageContainerManager specific parameters
417408
###

hadoop-hdds/client/pom.xml

-44
This file was deleted.

hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/XceiverClientGrpc.java

-215
This file was deleted.

0 commit comments

Comments
 (0)