일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Eclipse
- R
- 보조정렬
- JavaScript
- react
- es6
- hadoop
- tomcat
- 공정능력
- Express
- vaadin
- GIT
- mapreduce
- MSSQL
- mybatis
- Sqoop
- Python
- xPlatform
- window
- SQL
- table
- SSL
- SPC
- IntelliJ
- Spring
- plugin
- Kotlin
- NPM
- Android
- Java
- Today
- Total
목록maVen (4)
DBILITY
다음과 같은 오류가 발생했다. 라이브러리 local repository에 다 있는데.. com.microsoft.sqlserver:sqljdbc4:pom:4.0 was not found in https://repo1.maven.org/maven2/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of mvn2 has elapsed or updates are forced. project compile target version은 1.7 intellij maven version이 3.8.1이고 업데이트시 wrapper..
maven binary 설치 [root@big-master src]# wget http://apache.tt.co.kr/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz [root@big-master src]# tar -zxvpf apache-maven-3.5.3-bin.tar.gz [root@big-master src]# cp -rf apache-maven-3.5.3 /bigdata/ [root@big-master src]# ln -s /bigdata/apache-maven-3.5.3 /maven [root@big-master src]# vi /etc/profile export MAVEN_HOME=/maven export PATH=$PATH:/bi..
hadoop command line에 main class를 지정하지 않고 실행할 수 있습니다. 물론, hadoop뿐만 아니라, executable jar에도 적용됩니다. org.apache.maven.plugins maven-jar-plugin 2.3.2 com.dbility.hadoop.multioutput.AsaDelayDriver default-jar package jar
pom.xml의 build섹션에 추가, exclude부분을 수정하고, build한다. org.apache.maven.plugins maven-jar-plugin 2.3.2 **/departureDelayRunner.class default-jar package jar