=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== sahara-13.0.0/doc/source/contributor/devstack.rst-140-Here you can manage the sahara service as other OpenStack services. sahara-13.0.0/doc/source/contributor/devstack.rst:141:Sahara source code is located at ``$DEST/sahara`` which is usually sahara-13.0.0/doc/source/contributor/devstack.rst-142-``/opt/stack/sahara``. ############################################## sahara-13.0.0/doc/source/install/installation-guide.rst-268-The command to install all of the default templates is as follows, where sahara-13.0.0/doc/source/install/installation-guide.rst:269:``$PROJECT_ID`` should be a valid project id and the above configuration values sahara-13.0.0/doc/source/install/installation-guide.rst-270-have been set in ``myconfig``: ############################################## sahara-13.0.0/doc/source/user/hadoop-swift.rst-53- sahara-13.0.0/doc/source/user/hadoop-swift.rst:54:1. General. The ``${name}`` in this case equals to ``fs.swift``. Here is the sahara-13.0.0/doc/source/user/hadoop-swift.rst:55: list of ``${config}``: sahara-13.0.0/doc/source/user/hadoop-swift.rst-56- ############################################## sahara-13.0.0/doc/source/user/hadoop-swift.rst-71-2. Provider-specific. The patch for Hadoop supports different cloud providers. sahara-13.0.0/doc/source/user/hadoop-swift.rst:72: The ``${name}`` in this case equals to ``fs.swift.service.${provider}``. sahara-13.0.0/doc/source/user/hadoop-swift.rst-73- sahara-13.0.0/doc/source/user/hadoop-swift.rst:74: Here is the list of ``${config}``: sahara-13.0.0/doc/source/user/hadoop-swift.rst-75- ############################################## sahara-13.0.0/doc/source/user/hadoop-swift.rst-112-Swift paths are expressed in Hadoop according to the following template: sahara-13.0.0/doc/source/user/hadoop-swift.rst:113:``swift://${container}.${provider}/${object}``. For our example source this sahara-13.0.0/doc/source/user/hadoop-swift.rst-114-will appear as ``swift://integration.sahara/temp``. ############################################## sahara-13.0.0/tools/test-setup.sh-41-root_roles=$(sudo -H -u postgres psql -t -c " sahara-13.0.0/tools/test-setup.sh:42: SELECT 'HERE' from pg_roles where rolname='$DB_USER'") sahara-13.0.0/tools/test-setup.sh-43-if [[ ${root_roles} == *HERE ]];then ############################################## sahara-plugin-spark-4.0.0/sahara_plugin_spark/plugins/spark/resources/tmp-cleanup.sh.template-23- do sahara-plugin-spark-4.0.0/sahara_plugin_spark/plugins/spark/resources/tmp-cleanup.sh.template:24: TIMESTAMP=`stat $JOB/$EXECUTION --printf '%Y'` sahara-plugin-spark-4.0.0/sahara_plugin_spark/plugins/spark/resources/tmp-cleanup.sh.template-25- if [[ $TIMESTAMP -lt $DEFINITE_CLEANUP_THRESHOLD ]] ############################################## sahara-plugin-vanilla-4.0.0/sahara_plugin_vanilla/plugins/vanilla/hadoop2/resources/tmp-cleanup.sh.template-23- do sahara-plugin-vanilla-4.0.0/sahara_plugin_vanilla/plugins/vanilla/hadoop2/resources/tmp-cleanup.sh.template:24: TIMESTAMP=`stat $JOB/$EXECUTION --printf '%Y'` sahara-plugin-vanilla-4.0.0/sahara_plugin_vanilla/plugins/vanilla/hadoop2/resources/tmp-cleanup.sh.template-25- if [[ $TIMESTAMP -lt $DEFINITE_CLEANUP_THRESHOLD ]]