Skip to content

Commit

Permalink
Merge pull request #22 from verdan/amundsen-fix
Browse files Browse the repository at this point in the history
Making sure the sample script run completely!
  • Loading branch information
kr7ysztof committed Nov 7, 2019
2 parents 4eb7f50 + f4a7285 commit 4cfa1e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/atlas-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ if [ "$start_timeout_exceeded" = "false" ]; then

if [ ! -z "${ATLAS_PROVISION_EXAMPLES}" ]; then
# Need faketty as otherwise we cannot supply credentials
faketty /opt/atlas/bin/quick_start.py http://localhost:21000 < /tmp/credentials
faketty /opt/atlas/bin/quick_start.py http://localhost:21000 < /tmp/credentials | grep 'Sample data added to Apache Atlas Server.'
echo "Done provisioning example data"
fi


if [ ! -z "${ATLAS_KICKSTART_AMUNDSEN}" ]; then
# Setup required Amundsen entity definitions
printf "Creating Amundsen Entity Definitions... \n"
Expand Down

0 comments on commit 4cfa1e4

Please sign in to comment.