Giter Site home page Giter Site logo

kafkarowformat's Introduction

# KafkaRowFormat
此工程主要是Kafka Spark Streaming定制化开发需求
yunnan目录下为云南拆分竖线需求
shanghai目录下为上海批次去重需求:同一批次消费的kafka数据中,相同IMSI、LAC、CI的信令只保留一条,
即:根据key(IMSI、LAC、CI)去重,内存中相同key的只保留一条,最终输出到kafka中。

使用步骤:  
1.idea下载项目,执行mvn clean package编译;
2.将target目录下编译好的tar包和jar包拷贝到服务器,例如目录:/home/ocdp/下并解压,将jar包拷贝到lib目录下;
3.修改conf目录下common.properties配置文件,输入、输出topic名称等参数;
4.修改bin目录下start-app.sh中目录、executor等参数,然后执行sh脚本启动spark-submit命令。

kafkarowformat's People

Contributors

lidongrabbit avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.