
rossdata.crossdata-core.0.3.2-FP.source-code.close.sh Maven / Gradle / Ivy
#!/bin/bash
# Stratio Meta
#
# Copyright (c) 2014, Stratio, All rights reserved.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 3.0 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library.
#
# Stratio Meta CCM Test
CURRENTDIR=$(pwd)
CASSANDRA_BASE_VERSION=2.0.5
echo "Closing ccm ..."
ccm stop
ccm remove
echo "Removing repositories .."
#Remove Cassandra Repository
rm -rf ~/.ccm/repository/${CASSANDRA_BASE_VERSION}
#Go to inital directory
cd ${CURRENTDIR}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy