728x90
반응형

2023/01/05 13

[sh] `cmd > stderr.txt 2>&1` or `cmd >> stderr.txt 2>&1`

cmd > stdin.txt 0>&1 cmd >> stdin.txt 0>&1 cmd > stdout.txt cmd >> stdout.txt cmd > stdout.txt 1>&1 cmd >> stdout.txt 1>&1 cmd > stderr.txt 2>&1 cmd >> stderr.txt 2>&1 https://june98.tistory.com/102 Crontab 로그(log) 남기는 방법 (feat. 출력 리다이렉션, 2>&1의 의미) Crontab 로그(log) 남기는 방법 (feat. 출력 리다이렉션, 2>&1의 의미) 2021.08.09 - [개발자] - 맥북 작업 스케줄러 (feat. Crontab사용방법, Cron과 Crontab 차이, 파이썬 파일 자동실행) 저번 글에서 Crontab을 ..

[emr] spark.json (yarn.nodemanager.resource.memory-mb, yarn.scheduler.maximum-allocation-mb)

[ { "Classification": "spark-env", "Configurations": [ { "Classification": "export", "Properties": { "JAVA_HOME": "/usr/lib/jvm/java-11-amazon-corretto.x86_64" } } ] }, { "Classification": "spark-defaults", "Properties": { "spark.executorEnv.JAVA_HOME": "/usr/lib/jvm/java-11-amazon-corretto.x86_64", "spark.dynamicAllocation.enabled": "True" } }, { "Classification": "hive-site", "Properties": { "..

[git] Please make sure you have the correct access rights and the repository exists

git remote set-url origin https://github.com/username/repository.git https://stackoverflow.com/questions/25927914/git-error-please-make-sure-you-have-the-correct-access-rights-and-the-reposito Git error: "Please make sure you have the correct access rights and the repository exists" I am using TortoiseGit on Windows. When I am trying to Clone from the context menu of the standard Windows Explore..

728x90
반응형