From 95beb1d4929de21b6fe42680f34b5dc4ebd3a2e9 Mon Sep 17 00:00:00 2001 From: Sasa Zejnilovic Date: Thu, 2 Jul 2020 15:52:57 +0200 Subject: [PATCH] #1422 #1423 Remove HDFS and Oozie from Menas --- .../enceladus/model/menas/HDFSFolder.scala | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 data-model/src/main/scala/za/co/absa/enceladus/model/menas/HDFSFolder.scala diff --git a/data-model/src/main/scala/za/co/absa/enceladus/model/menas/HDFSFolder.scala b/data-model/src/main/scala/za/co/absa/enceladus/model/menas/HDFSFolder.scala deleted file mode 100644 index 6ae45b3d3..000000000 --- a/data-model/src/main/scala/za/co/absa/enceladus/model/menas/HDFSFolder.scala +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright 2018 ABSA Group Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package za.co.absa.enceladus.model.menas - -case class HDFSFolder2 -( - path: String, - name: String, - children: Option[Seq[HDFSFolder2]] -)