From 20411b3213cbd0b5ca55e1deb020778cf885b2ba Mon Sep 17 00:00:00 2001 From: aarshi Date: Wed, 8 Jan 2025 16:33:14 +0530 Subject: [PATCH] fix rebasing --- .../src/main/resources/atlas-logback.xml | 41 ---- .../src/main/resources/repair_index.py | 0 .../atlas-logback.xml | 72 ------- .../atlas_migration_export.py | 0 tools/notification-analyzer/pom.xml | 182 ------------------ 5 files changed, 295 deletions(-) delete mode 100644 tools/atlas-index-repair/src/main/resources/atlas-logback.xml delete mode 100755 tools/atlas-index-repair/src/main/resources/repair_index.py delete mode 100755 tools/atlas-migration-exporter/atlas-logback.xml delete mode 100755 tools/atlas-migration-exporter/atlas_migration_export.py delete mode 100644 tools/notification-analyzer/pom.xml diff --git a/tools/atlas-index-repair/src/main/resources/atlas-logback.xml b/tools/atlas-index-repair/src/main/resources/atlas-logback.xml deleted file mode 100644 index 5dc3af8fd8..0000000000 --- a/tools/atlas-index-repair/src/main/resources/atlas-logback.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - /var/log/atlas/atlas-index-janus-repair.log - true - - %date [%thread] %level{5} [%file:%line] %msg%n - - - /var/log/atlas/atlas-index-janus-repair-%d.log - 20 - true - - - - - - - - - - - diff --git a/tools/atlas-index-repair/src/main/resources/repair_index.py b/tools/atlas-index-repair/src/main/resources/repair_index.py deleted file mode 100755 index e69de29bb2..0000000000 diff --git a/tools/atlas-migration-exporter/atlas-logback.xml b/tools/atlas-migration-exporter/atlas-logback.xml deleted file mode 100755 index 2c76b46f8e..0000000000 --- a/tools/atlas-migration-exporter/atlas-logback.xml +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - %date [%thread] %level{5} [%file:%line] %msg%n - - - INFO - - - - - ${atlas.log.dir}/${atlas.log.file} - true - - %date [%thread] %level{5} [%file:%line] %msg%n - - - ${atlas.log.dir}/${atlas.log.file}-%d - 20 - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tools/atlas-migration-exporter/atlas_migration_export.py b/tools/atlas-migration-exporter/atlas_migration_export.py deleted file mode 100755 index e69de29bb2..0000000000 diff --git a/tools/notification-analyzer/pom.xml b/tools/notification-analyzer/pom.xml deleted file mode 100644 index cfce6c8d92..0000000000 --- a/tools/notification-analyzer/pom.xml +++ /dev/null @@ -1,182 +0,0 @@ - - - - - 4.0.0 - - apache-atlas - org.apache.atlas - 3.0.0-SNAPSHOT - ../../ - - atlas-notification-analyzer - Apache Atlas Notification Analyzer - Apache Atlas Notification Analyzer - jar - - - - org.slf4j - slf4j-api - ${slf4j.version} - - - - org.slf4j - slf4j-log4j12 - ${slf4j.version} - - - - org.apache.atlas - atlas-notification - ${project.version} - - - commons-cli - commons-cli - ${commons-cli.version} - - - commons-collections - commons-collections - ${commons-collections.version} - - - - - - dist - - - - org.apache.maven.plugins - maven-dependency-plugin - - - copy-binaries - package - - copy - - - ${project.build.directory}/dependency - false - false - true - - - ${project.groupId} - ${project.artifactId} - ${project.version} - - - ${project.groupId} - atlas-intg - ${project.version} - - - ${project.groupId} - atlas-notification - ${project.version} - - - commons-cli - commons-cli - ${commons-cli.version} - - - commons-codec - commons-codec - ${commons-codec.version} - - - commons-collections - commons-collections - ${commons-collections.version} - - - commons-io - commons-io - ${commons-io.version} - - - org.apache.commons - commons-lang3 - - - org.apache.commons - commons-compress - 1.26.2 - - - commons-configuration - commons-configuration - ${commons-conf.version} - - - commons-lang - commons-lang - ${commons-lang.version} - - - commons-logging - commons-logging - ${commons-logging.version} - - - com.fasterxml.jackson.core - jackson-annotations - ${jackson.version} - - - com.fasterxml.jackson.core - jackson-core - ${jackson.version} - - - com.fasterxml.jackson.core - jackson-databind - ${jackson.databind.version} - - - ch.qos.logback - logback-classic - ${logback.version} - - - org.slf4j - slf4j-api - ${slf4j.version} - - - org.slf4j - slf4j-log4j12 - ${slf4j.version} - - - - - - - - - - -