메뉴 건너뛰기

Bigdata, Semantic IoT, Hadoop, NoSQL

Bigdata, Hadoop ecosystem, Semantic IoT등의 프로젝트를 진행중에 습득한 내용을 정리하는 곳입니다.
필요한 분을 위해서 공개하고 있습니다. 문의사항은 gooper@gooper.com로 메일을 보내주세요.


1. Run As -> Gradle Build... -> Gradle Tasks에 "war"를 입력하고 수행한다.



---------build.gradle------

gooper 'com.gooper.icbms.sda'

version '2.0'


apply plugin: 'java'

apply plugin: 'eclipse'

apply plugin: 'eclipse-wtp'

apply plugin: 'war'

apply plugin: 'maven'



compileJava.options.encoding = 'UTF-8'  

sourceCompatibility = 1.7


// gooper저장소

def nexusUrl = 'http://www.gooper.com'


war.archiveName "sda.war"


repositories {

     // mavenCentral()

     maven { url "http://mesir.googlecode.com/svn/trunk/mavenrepo" }

     maven { url "https://code.lds.org/nexus/content/goopers/main-repo" } 

     maven { url "${nexusUrl}/content/goopers/gooper-public/" }


     jcenter()

}


configurations.all {

    // check for updates every build

    resolutionStrategy.cacheChangingModulesFor 0, 'seconds'

}



dependencies {


//compile fileTree(include: ['*.jar'], dir: 'C:\dev\workspace\sda-common\build\libs')

//compile fileTree(include: ['sda-common-2.0.jar'], dir: 'C:\dev\workspace\sda-common\build\libs')

compile fileTree(include: ['sda-common-2.0.jar'], dir: 'C:\dev\workspace\sda-common\target')

    //providedCompile gooper: 'com.gooper.icbms.sda', name: 'sda-common', version: '2.0'


    testCompile gooper: 'junit', name: 'junit', version: '4.+'

    

    compile(gooper: 'org.springframework', name: 'spring-context', version:'4.0.5.RELEASE') {

exclude(module: 'commons-logging')

   }

    compile gooper: 'org.springframework', name: 'spring-web', version:'4.0.5.RELEASE'

    compile gooper: 'org.springframework', name: 'spring-webmvc', version:'4.0.5.RELEASE'

    compile gooper: 'org.springframework', name: 'spring-aop', version:'4.0.5.RELEASE'

    compile gooper: 'org.springframework', name: 'spring-beans', version:'4.0.5.RELEASE'

    compile gooper: 'org.springframework', name: 'spring-context-support', version:'4.0.5.RELEASE'

    compile gooper: 'org.springframework', name: 'spring-core', version:'4.0.5.RELEASE'

    compile gooper: 'org.springframework', name: 'spring-jdbc', version:'4.0.5.RELEASE'

    compile gooper: 'net.sf.json-lib', name: 'json-lib-ext-spring', version:'1.0.2'    

   

    compile gooper: 'aopalliance', name: 'aopalliance', version:'1.0'


    compile gooper: 'javax.inject', name: 'javax.inject', version:'1'

    compile gooper: 'org.apache.maven.plugins', name: 'maven-war-plugin', version:'2.3'

    

    compile gooper: 'opensymphony', name: 'quartz', version:'1.6.3'

//    compile gooper: 'javax.transaction', name: 'jta', version:'1.1'

    

    compile gooper: 'fr.matthieu-vergne', name: 'ioutils', version:'1.0'

    compile gooper: 'fr.matthieu-vergne', name: 'ioutils-core', version:'1.0'

    

    testCompile gooper: 'junit', name: 'junit', version:'4.7'

    providedCompile gooper: 'org.apache.tomcat', name: 'tomcat-dbcp', version:'7.0.53'

  

   // scala

   providedCompile (gooper: 'org.scala-lang', name: 'scala-library', version:'2.11.8')

   

   //compile gooper: 'org.slf4j', name: 'slf4j-api', version:'1.6.6'

   compile gooper: 'org.slf4j', name: 'jcl-over-slf4j', version:'1.6.6'

   compile gooper: 'org.slf4j', name: 'slf4j-log4j12', version:'1.6.6'

   

   compile gooper: 'org.lazyluke', name: 'log4jdbc-remix', version:'0.2.7'

   

   compile gooper: 'javax.servlet', name: 'jstl', version:'1.2'

   compile gooper: 'javax.servlet', name: 'jsp-api', version:'2.0'

   compile gooper: 'javax.annotation', name: 'jsr250-api', version:'1.0'

   

}


/*

uploadArchives {

    repositories {

        mavenDeployer {

            repository(url: "${nexusUrl}/content/repositories/gooper-releases/"){

                authentication(userName: nexusUsername, password: nexusPassword)

            }

            snapshotRepository(url: "${nexusUrl}/content/repositories/gooper-snapshots") {

                //authentication(userName: nexusUsername, password: nexusPassword)

            }

        }

    }

}

*/

번호 제목 글쓴이 날짜 조회 수
561 namenode오류 복구시 사용하는 명령 총관리자 2016.04.01 376
560 Incompatible clusterIDs오류 원인및 해결방법 총관리자 2016.04.01 490
559 Elastic Search For Hadoop 2.2.0설치하기(5대 클러스터링) 총관리자 2016.04.04 447
558 elasticsearch 1.3.0에서 rdf및 hadoop plugin설치 총관리자 2016.04.06 108
557 failed to read local state, exiting...오류발생시 조치사항 총관리자 2016.04.06 141
556 서버 5대에 solr 5.5.0 설치하고 index data를 HDFS에 저장/search하도록 설치/설정하는 방법 총관리자 2016.04.08 54
555 서버 5대에 solr 5.5.0 설치하고 index data를 HDFS에 저장/search하도록 설치/설정하는 방법(SolrCloud) 총관리자 2016.04.08 656
554 딥러닝 수학/알고리즘 '한국어' 강의 총관리자 2016.04.10 110
553 Cassandra 3.4(3.10) 설치/설정 (5대로 clustering) 총관리자 2016.04.11 397
552 bin/cassandra -f -R로 startup할때 NullPointerException오류가 나면 조치할 내용 총관리자 2016.04.14 70
551 cumulusRDF 1.0.1설치및 "KeyspaceCumulus" keyspace확인하기 file 총관리자 2016.04.15 244
550 Hadoop 완벽 가이드 정리된 링크 총관리자 2016.04.19 205
549 Spark 2.1.1 clustering(5대) 설치(YARN기반) 총관리자 2016.04.22 1882
548 solrcloud에 solrdf1.1설치하고 테스트 하기 총관리자 2016.04.22 113
547 solrdf초기 기동시 "Caused by: java.lang.IllegalAccessError: tried to access field org.apache.solr.handler.RequestHandlerBase.log from class org.gazzax.labs.solrdf.handler.update.RdfUpdateRequestHandler" 오류가 발생시 조치사항 총관리자 2016.04.22 157
546 collection생성시 -shards와 -replicationFactor값을 잘못지정하면 write.lock for client xxx.xxx.xxx.xxx already exists오류가 발생한다. 총관리자 2016.04.28 88
545 solr 인스턴스 기동후 shard에 서버가 정상적으로 할당되지 않는 경우 해결책 총관리자 2016.04.29 654
544 kafka 0.9.0.1 for scala 2.1.1 설치및 테스트 총관리자 2016.05.02 412
543 kafka broker기동시 brokerId가 달라서 기동에 실패하는 경우 조치방법 총관리자 2016.05.02 2332
542 Master rejected startup because clock is out of sync 오류 해결방법 총관리자 2016.05.03 60

A personal place to organize information learned during the development of such Hadoop, Hive, Hbase, Semantic IoT, etc.
We are open to the required minutes. Please send inquiries to gooper@gooper.com.

위로