Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature to use TransportClient instead of NodeClient #17

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

Commits on Apr 9, 2012

  1. Merge pull request infochimps-labs#2 from joearasin/master

    Update for elasticsearch 0.18.7
    kornypoet committed Apr 9, 2012
    Configuration menu
    Copy the full SHA
    17784eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4250692 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca553b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    946219d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a55574 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2012

  1. added apache license

    kornypoet committed Apr 25, 2012
    Configuration menu
    Copy the full SHA
    9db09cf View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2012

  1. Fixed Wonderdog for Pig 0.10 by checking the conf object if the call …

    …to the hadoop cache misses
    rjurney committed Jul 9, 2012
    1 Configuration menu
    Copy the full SHA
    d061ee5 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2012

  1. Merge pull request infochimps-labs#11 from rjurney/master

    Fixes Wonderdog Pig 0.10 compatability issues and issues 5, 6, 7 and PIG-2792
    kornypoet committed Jul 10, 2012
    Configuration menu
    Copy the full SHA
    c679a25 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2013

  1. Added the possibility to use transport client instead of node.

    Main advantage of this is to avoid "too many open files" error on hadoop workers.
    Jerome Gagnon committed Mar 4, 2013
    Configuration menu
    Copy the full SHA
    ee3e465 View commit details
    Browse the repository at this point in the history
  2. Change client type "client" to "node" for clarity. Updated documentat…

    …ion accordingly.
    Jerome Gagnon committed Mar 4, 2013
    Configuration menu
    Copy the full SHA
    85025e5 View commit details
    Browse the repository at this point in the history
  3. Changed version of ElasticSearch to 0.20.x to fix dependencies. Added…

    … addresses handling for transport client.
    Jerome Gagnon committed Mar 4, 2013
    Configuration menu
    Copy the full SHA
    4ce5609 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2013

  1. Added logging to display connected address

    Jerome Gagnon committed Mar 20, 2013
    Configuration menu
    Copy the full SHA
    c2680c8 View commit details
    Browse the repository at this point in the history
  2. Update to documentation how to use TransportClient

    Jerome Gagnon committed Mar 20, 2013
    Configuration menu
    Copy the full SHA
    bea0ee8 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    jgagnon1 committed Mar 20, 2013
    Configuration menu
    Copy the full SHA
    74db476 View commit details
    Browse the repository at this point in the history