일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- 보조정렬
- JavaScript
- es6
- mybatis
- SSL
- Python
- SPC
- table
- tomcat
- Sqoop
- NPM
- MSSQL
- window
- plugin
- react
- vaadin
- R
- mapreduce
- 공정능력
- hadoop
- xPlatform
- IntelliJ
- Spring
- Kotlin
- Java
- Eclipse
- Android
- GIT
- Express
- SQL
- Today
- Total
목록scp (3)
DBILITY
maven build시 Goals -> package install 4.0.0 com.dbility.hadoop example05 0.0.1 1.7 사용자아이디 사용자비밀번호 ssh주소 복사경로 ${project.artifactId} org.apache.maven.plugins maven-compiler-plugin 2.3.2 ${java.version} ${java.version} org.apache.maven.plugins maven-antrun-plugin 1.8 org.apache.ant ant-jsch 1.9.7 com.jcraft jsch 0.1.54 install run
https://ant.apache.org/manual/Tasks/scp.html SCP Task filemode A 3 digit octal string, specify the user, group and other modes in the standard Unix fashion. Only applies to uploaded files. Note the actual permissions of the remote file will be governed by this setting and the UMASK on the remote server. since ant.apache.org
maven dependency 설정 pom.xml 4.0.0 com.dbility.hadoop example02 0.0.1 1.7 1.2.1 1.4.3 hadoop hadoop big-master home/hadoop/ org.apache.hadoop hadoop-core ${hadoop.version} org.slf4j slf4j-api ${slf4j.version} ${project.artifactId} org.apache.maven.plugins maven-compiler-plugin 3.5.1 ${java.version} ${java.version} org.apache.maven.plugins maven-antrun-plugin 1.8 org.apache.ant ant-jsch 1.9.7 com...