Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
62c682b3
Commit
62c682b3
authored
4 years ago
by
Deep Singh
Committed by
Ashutosh Mestry
4 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-3944: Logs of import scripts should go to Atlas default log directory
Signed-off-by:
Ashutosh Mestry
<
amestry@cloudera.com
>
parent
ee80e6a6
master
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
import-hbase.sh
addons/hbase-bridge/src/bin/import-hbase.sh
+1
-1
import-hive.sh
addons/hive-bridge/src/bin/import-hive.sh
+1
-1
import-kafka.sh
addons/kafka-bridge/src/bin/import-kafka.sh
+1
-1
No files found.
addons/hbase-bridge/src/bin/import-hbase.sh
View file @
62c682b3
...
...
@@ -61,7 +61,7 @@ fi
ATLASCPPATH
=
${
ATLASCPPATH
}
:
${
ATLAS_CONF_DIR
}
# log dir for applications
ATLAS_LOG_DIR
=
"
${
ATLAS_LOG_DIR
:-
$BASEDIR
/log
s
}
"
ATLAS_LOG_DIR
=
"
${
ATLAS_LOG_DIR
:-
/var/log/atla
s
}
"
export
ATLAS_LOG_DIR
LOGFILE
=
"
$ATLAS_LOG_DIR
/import-hbase.log"
...
...
This diff is collapsed.
Click to expand it.
addons/hive-bridge/src/bin/import-hive.sh
View file @
62c682b3
...
...
@@ -56,7 +56,7 @@ fi
ATLASCPPATH
=
${
ATLASCPPATH
}
:
${
ATLAS_CONF_DIR
}
# log dir for applications
ATLAS_LOG_DIR
=
"
${
ATLAS_LOG_DIR
:-
$BASEDIR
/log
s
}
"
ATLAS_LOG_DIR
=
"
${
ATLAS_LOG_DIR
:-
/var/log/atla
s
}
"
export
ATLAS_LOG_DIR
LOGFILE
=
"
$ATLAS_LOG_DIR
/import-hive.log"
...
...
This diff is collapsed.
Click to expand it.
addons/kafka-bridge/src/bin/import-kafka.sh
View file @
62c682b3
...
...
@@ -63,7 +63,7 @@ fi
ATLASCPPATH
=
${
ATLASCPPATH
}
:
${
ATLAS_CONF_DIR
}
# log dir for applications
ATLAS_LOG_DIR
=
"
${
ATLAS_LOG_DIR
:-
$BASEDIR
/log
s
}
"
ATLAS_LOG_DIR
=
"
${
ATLAS_LOG_DIR
:-
/var/log/atla
s
}
"
export
ATLAS_LOG_DIR
LOGFILE
=
"
$ATLAS_LOG_DIR
/import-kafka.log"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment