Coder Social home page Coder Social logo

cdr-analysis-tools-hadoop's People

Contributors

apichon avatar ayumiarai avatar chaizmp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cdr-analysis-tools-hadoop's Issues

User Defined Functions in initial_hive_commands_*

Hi,

I am checking out how your repo is structured and have some questions. I haven't used java before so I would really appreciate it if you can clarify some points for me.

As an example for route interpolation the following query is executed:
insert overwrite table {provider_prefix}_cdr_by_uid_trip_routing_array_apd partition (pdt) select uid,f_routing(uid,arr,"{osm}","{voronoi}"), pdt from {provider_prefix}_cdr_by_uid_trip_realloc_array_apd where (size(arr)>0 and size(arr)<={max_size_interpolation})

which uses f_routing and that function is in turn defined in initial_hive_commands_interpolation.json as:
"create temporary function f_routing as 'jp.ac.ut.csis.pflow.turkcell.hive.udf.TurkcellRoutingUDF'"

Am I supposed to have these Hive user defined functions somewhere? I downloaded PFlow from sekilab github, but can't find any such related functions.

Similarly some functions like FindPolygon are defined as "create temporary function FindPolygon as 'com.apichon.mobility.hive.udf.FindPolygon'", which are UDFs written by Dr. Apichon Witayangkurn I assume.

Thanks a lot in advance.

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.