Git Product home page Git Product logo

rozacki / jive Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 266 KB

Used to auto-generate HIVE SQL to convert MongoDB JSON documents based on technical mapping.

Home Page: https://www.linkedin.com/pulse/mongodb-hive-data-transformation-krzysztof-rozacki

Java 37.37% CSS 62.21% SCSS 0.41%
hive codegeneration dataengineering datawarehouse businessintelligence bigdata analytics dataarchitecture mongodb

jive's Introduction

jive

Synopsis

Web hosted tool to convert json files via a csv mapping file into a HIVE SQL script. The generated script will create HIVE external tables over the json and populate relational target tables from them. Current version aimed to be Ambari view. Coded to be deployable as servlet on for example Jetty.

Setting Up IDE

Assuming IntelliJ being used. Require JDK 8 installed.

  1. Clone project.
  2. In IntelliJ Select menu File|New|Project From Existing Sources
  3. Select 'jive' folder + press OK
  4. Select 'Import project from external model'
  5. Select Maven + press Next
  6. Check 'Search for projects recursively'
  7. Check 'Import Maven projects automatically'
  8. Check 'Create module groups for multi....'
  9. Press Next until JDK page.
  10. Select path to Java 8 JDK + press Next
  11. Press Finish. Select new window or not.
  12. Select add vcs root in popup.
  13. Run mvn clean install.
  14. Run web project plugin jetty:run to test (Maven Projects view in IntelliJ).

Updating version

In IntelliJ ide, Maven Projects view, root project, run Plugins|versions:set. Enter new version. Run mvn clean install. DO the clean or view.xml used by Ambari will net get new version (and will not overwrite old version if deployed as Ambari view)!

Ambari Deployment

  1. From jive/web/target copy war file (not original version) to Ambari server
  2. copy file to somewhere accessible to ambari user.
  3. As Ambari user copy file to var/lib/ambari-service/resources/views
  4. Restart Ambari 'ambart-service restart'
  5. Log in as an admin user. Create view (from new version). Add users/groups.

jive's People

Contributors

krzysztofrozacki avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

majjihari

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.