ambari-metrics-collector.cmd 875 B

1234567891011121314151617
  1. @rem Licensed to the Apache Software Foundation (ASF) under one or more
  2. @rem contributor license agreements. See the NOTICE file distributed with
  3. @rem this work for additional information regarding copyright ownership.
  4. @rem The ASF licenses this file to You under the Apache License, Version 2.0
  5. @rem (the "License"); you may not use this file except in compliance with
  6. @rem the License. You may obtain a copy of the License at
  7. @rem
  8. @rem http://www.apache.org/licenses/LICENSE-2.0
  9. @rem
  10. @rem Unless required by applicable law or agreed to in writing, software
  11. @rem distributed under the License is distributed on an "AS IS" BASIS,
  12. @rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. @rem See the License for the specific language governing permissions and
  14. @rem limitations under the License.
  15. @echo off
  16. python.exe -u %~dp0\sbin\main.py %* 2>&1