336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
□ 참고
▶ https://github.com/sonatype/m2eclipse-scala/tree/master/samples/prj-liftbased/ ▶ http://ryancompton.net/2014/05/19/sample-pomxml-to-build-scala--jar-with-dependenciesjar/
▶ https://maven.apache.org/plugins/maven-assembly-plugin/usage.html ▶ http://davidb.github.io/scala-maven-plugin/example_java.html |
□ scala + java + maven + eclipse 개발 환경
▶사전 작성된 게시물 참고 ▶추가 설치 (eclipse - help - install new software...)
|
□ 프로젝트 생성
▶ maven project 생성 후 src/main/scala 위치의 source 폴더 생성 ▶ pom.xml 내용 추가 ( scala-maven-plugin )
|
□ java example
▶ 리스트에 데이터를 담아서 넘겨주고 이를 scala에서 사용하는 간단 예제 |
□ scala example
▶리던 받은 리스트에 데이터를 추가 및 확인 |
□ package
▶ 완료 후 jar파일 생성 확인 |
□terminal로 실행
|
'spark - python - R' 카테고리의 다른 글
sparksql 이용하여 mysql 데이터를 csv파일로 생성 (0) | 2018.04.20 |
---|---|
[python]tensorflow 파일에서 원하는 정보 읽어오기 (0) | 2017.11.03 |
[python]tensorflow cnn cat vs dog 해보기 (1) | 2017.10.23 |
[python]그림 파일 읽고 데이터 처리 (0) | 2017.09.20 |
[python]tensorflow clustering kmeans 해보기 (0) | 2017.09.20 |