Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Change build depancancy #247

Open
wants to merge 38 commits into
base: master
Choose a base branch
from

Commits on Jan 8, 2014

  1. Updated POM for 2014.

    brndnmtthws committed Jan 8, 2014
    Configuration menu
    Copy the full SHA
    67381bd View commit details
    Browse the repository at this point in the history
  2. Switched to CDH4 MR1.

    brndnmtthws committed Jan 8, 2014
    Configuration menu
    Copy the full SHA
    1763072 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04d4173 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2014

  1. Fixed kafka deps.

    brndnmtthws committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    8bad7bb View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2014

  1. Updated POM for 2014.

    brndnmtthws committed Feb 11, 2014
    Configuration menu
    Copy the full SHA
    66b3b07 View commit details
    Browse the repository at this point in the history
  2. Switched to CDH4 MR1.

    brndnmtthws committed Feb 11, 2014
    Configuration menu
    Copy the full SHA
    8054115 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afc5e96 View commit details
    Browse the repository at this point in the history
  4. Fixed kafka deps.

    brndnmtthws committed Feb 11, 2014
    Configuration menu
    Copy the full SHA
    aaac281 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'derp'

    Conflicts:
    	camus-etl-kafka/pom.xml
    brndnmtthws committed Feb 11, 2014
    Configuration menu
    Copy the full SHA
    c33e13c View commit details
    Browse the repository at this point in the history
  6. Added string decoder.

    brndnmtthws committed Feb 11, 2014
    Configuration menu
    Copy the full SHA
    628262b View commit details
    Browse the repository at this point in the history
  7. Fixed merge cruft.

    brndnmtthws committed Feb 11, 2014
    Configuration menu
    Copy the full SHA
    09bd40d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2014

  1. Delete KafkaReader.java~

    brndnmtthws committed Feb 13, 2014
    Configuration menu
    Copy the full SHA
    57c9809 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efb7c2b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2014

  1. Configuration menu
    Copy the full SHA
    8676157 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2014

  1. Configuration menu
    Copy the full SHA
    fe926b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2014

  1. Configuration menu
    Copy the full SHA
    6d6af2b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2014

  1. Handle Long timestamps.

    brndnmtthws committed Feb 25, 2014
    Configuration menu
    Copy the full SHA
    3fe3054 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2014

  1. Don't reset timestamps.

    brndnmtthws committed Apr 22, 2014
    Configuration menu
    Copy the full SHA
    54af03b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2014

  1. CDH4 version bump.

    brndnmtthws committed Jul 26, 2014
    Configuration menu
    Copy the full SHA
    988b8dc View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2014

  1. Disable checksumming.

    brndnmtthws committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    8f3b5d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2014

  1. Patching Camus to dump out counters to a json file.

    Krishna Puttaswamy committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    90dc669 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2014

  1. minor cleanup

    Krishna Puttaswamy committed Aug 13, 2014
    Configuration menu
    Copy the full SHA
    fc7adba View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2014

  1. Merge pull request #1 from airbnb/counters-patch

    Counters patch to dump counters to a json file in the specified folder
    krishnap committed Aug 14, 2014
    Configuration menu
    Copy the full SHA
    478c617 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2014

  1. Metadata snapshot consumer

    Krishna Puttaswamy committed Aug 19, 2014
    Configuration menu
    Copy the full SHA
    2c73c27 View commit details
    Browse the repository at this point in the history
  2. moving to intellij. reformatted, and looks a lot better

    Krishna Puttaswamy committed Aug 19, 2014
    Configuration menu
    Copy the full SHA
    551404c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2014

  1. addressed more review comments; command line parsing; more null check…

    …s; logger
    Krishna Puttaswamy committed Aug 20, 2014
    Configuration menu
    Copy the full SHA
    24f227d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from airbnb/metadata-fetcher

    Metadata snapshot consumer
    krishnap committed Aug 20, 2014
    Configuration menu
    Copy the full SHA
    8aba179 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2014

  1. [Camus] date partition the counters for number of records read; plus …

    …delete only the counters file rather than the whole directory (as there are going to be other files in that dir)
    Krishna Puttaswamy committed Aug 25, 2014
    Configuration menu
    Copy the full SHA
    27d3387 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from airbnb/counter-partition-by-hour

    [Camus] date partition the counters for number of records read;
    krishnap committed Aug 25, 2014
    Configuration menu
    Copy the full SHA
    4c9f178 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2014

  1. missing unicode bug fix

    whua-airbnb committed Oct 10, 2014
    Configuration menu
    Copy the full SHA
    0ee91fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06d729b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2014

  1. Merge pull request #4 from airbnb/unicode_bug_fix_cleanup

    Unicode bug fix cleanup
    whua-airbnb committed Oct 17, 2014
    Configuration menu
    Copy the full SHA
    be338cf View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2015

  1. modify the json decoder to support json array when looking for a time…

    …stamp
    Lee Zhang committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    5c6943a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2015

  1. adding JitneyTimestampDecoder

    Lee Zhang committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    c36ba4a View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2015

  1. Merge pull request #5 from leezhang/lee_zhang/adding_json_array_strin…

    …g_message_decoder
    
    modify the json decoder to support json array when looking for a timestamp
    krishnap committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    7754866 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2015

  1. update the version number for JitneyTimestampDecoder

    Lee Zhang committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    d690897 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2015

  1. Merge pull request #6 from leezhang/lee_zhang/increment_the_jar_version

    update the version number for JitneyTimestampDecoder
    krishnap committed Apr 28, 2015
    Configuration menu
    Copy the full SHA
    2f6cac1 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2015

  1. update package and dependancy versions

    Kevin Long committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    c897dfd View commit details
    Browse the repository at this point in the history