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

Accumulo Storage Backend #377

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

Accumulo Storage Backend #377

wants to merge 72 commits into from

Commits on Jun 5, 2013

  1. Inital copy of titan-hbase to titan-accumulo.

    Etienne Deprit authored and Etienne Deprit committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    f34200b View commit details
    Browse the repository at this point in the history
  2. Skeleton accumulo implementation, fails all tests.

    Etienne Deprit authored and Etienne Deprit committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    62b4726 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2013

  1. First version titan accumulo back-end.

    Etienne Deprit authored and Etienne Deprit committed Jun 7, 2013
    Configuration menu
    Copy the full SHA
    14ed3fb View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2013

  1. Hard-wired local accumulo instance, passes all unit tests except Accu…

    …muloGraphConcurrentTest.
    Etienne Deprit authored and Etienne Deprit committed Jun 10, 2013
    Configuration menu
    Copy the full SHA
    03766e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2013

  1. Passes all unit tests except AccumuloGraphConcurrentTest with hard-wi…

    …red local instance.
    Etienne Deprit authored and Etienne Deprit committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    5a3609f View commit details
    Browse the repository at this point in the history
  2. Removed extraneous configuration parameters from test harness.

    Etienne Deprit authored and Etienne Deprit committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    7e1473a View commit details
    Browse the repository at this point in the history
  3. Minor clean up.

    Etienne Deprit authored and Etienne Deprit committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    6b905bf View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2013

  1. Changed Lucene dependency to 4.2.1.

    Etienne Deprit committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    a345911 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2013

  1. Fixed HOSTNAME in Accumulo back-end configuration.

    Etienne Deprit committed Jun 14, 2013
    Configuration menu
    Copy the full SHA
    015ed2a View commit details
    Browse the repository at this point in the history
  2. Add titan-accumulo, titan-lucene to Titan standalone.

    Etienne Deprit committed Jun 14, 2013
    Configuration menu
    Copy the full SHA
    1c2a297 View commit details
    Browse the repository at this point in the history
  3. Use Key ranges for query slices.

    Etienne Deprit committed Jun 14, 2013
    Configuration menu
    Copy the full SHA
    c70055f View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2013

  1. Remove HBase test resources.

    Etienne Deprit committed Jun 17, 2013
    Configuration menu
    Copy the full SHA
    5bde1f2 View commit details
    Browse the repository at this point in the history
  2. Add GraphOfTheGods example as Accumulo/Lucene graph.

    Etienne Deprit committed Jun 17, 2013
    Configuration menu
    Copy the full SHA
    5855507 View commit details
    Browse the repository at this point in the history
  3. Remove unused Bytes class.

    Etienne Deprit committed Jun 17, 2013
    Configuration menu
    Copy the full SHA
    dc12719 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2013

  1. Configured unit test for mock Accumulo.

    Etienne Deprit committed Jun 20, 2013
    Configuration menu
    Copy the full SHA
    60282bc View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2013

  1. Storage configuration persisted in Accumulo table.

    Etienne Deprit committed Jun 21, 2013
    Configuration menu
    Copy the full SHA
    1788d5b View commit details
    Browse the repository at this point in the history
  2. Light cleanup.

    Etienne Deprit committed Jun 21, 2013
    Configuration menu
    Copy the full SHA
    a10e476 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2013

  1. Cleanup package imports.

    Etienne Deprit committed Jun 24, 2013
    Configuration menu
    Copy the full SHA
    64940d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2013

  1. Cleaned up GraphOfTheGods example.

    Etienne Deprit committed Jun 28, 2013
    Configuration menu
    Copy the full SHA
    1aad34c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2013

  1. Removed redundant host name configuration in graph open.

    Etienne Deprit committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    071998b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2013

  1. Removed unused properties member in AccumuloStoreManager.

    Etienne Deprit committed Jul 28, 2013
    Configuration menu
    Copy the full SHA
    ccdcdbd View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2013

  1. Merge remote-tracking branch 'aurelius/master' into titan-accumulo

    Conflicts:
    	pom.xml
    	titan-cassandra/pom.xml
    	titan-es/pom.xml
    	titan-hbase/pom.xml
    	titan-lucene/pom.xml
    	titan-test/pom.xml
    Etienne Deprit committed Sep 11, 2013
    Configuration menu
    Copy the full SHA
    0634ef0 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2013

  1. Implemented new storage API methods, passes unit tests.

    Etienne Deprit committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    ceb8457 View commit details
    Browse the repository at this point in the history
  2. Refactored unit tests to use Accumulo instance injector in store mana…

    …ger.
    Etienne Deprit committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    8120f13 View commit details
    Browse the repository at this point in the history
  3. Add Accumulo instance injector interface.

    Etienne Deprit committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    1faf6c3 View commit details
    Browse the repository at this point in the history
  4. Refactored Accumulo store manager and value store, removed cleanup co…

    …de from test harness.
    Etienne Deprit committed Sep 17, 2013
    Configuration menu
    Copy the full SHA
    ed1f30a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2013

  1. Refactor getSlice in AccumuloKeyColumnValueStore.

    Etienne Deprit committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    1481288 View commit details
    Browse the repository at this point in the history
  2. Refactored getSlice in AccumuloKeyColumnValueStore to use executor se…

    …rvice.
    Etienne Deprit committed Sep 18, 2013
    Configuration menu
    Copy the full SHA
    93e0e42 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2013

  1. Code clean up and documentation. Passes all unit tests except concurr…

    …entReadWriteOnSingleTransaction.
    Etienne Deprit committed Sep 20, 2013
    Configuration menu
    Copy the full SHA
    bdad550 View commit details
    Browse the repository at this point in the history
  2. Restore mock Accumulo instance for unit tests in AccumuloStorageConfi…

    …guration.
    Etienne Deprit committed Sep 20, 2013
    Configuration menu
    Copy the full SHA
    c4df965 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d8fe53 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2013

  1. Added titan-accumulo to titan-dist.

    Etienne Deprit committed Sep 22, 2013
    Configuration menu
    Copy the full SHA
    3ffc740 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2013

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

Commits on Sep 26, 2013

  1. Expose AccumuloKeyColumnValueStore.getColumnSliceIterator(SliceQuery)…

    … for use in Faunus TitanAccumuloInputFormat.
    Etienne Deprit committed Sep 26, 2013
    Configuration menu
    Copy the full SHA
    e7998d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2013

  1. Merge branch 'master' of https://github.com/thinkaurelius/titan into …

    …titan-accumulo
    
    Conflicts:
    	pom.xml
    	titan-all/pom.xml
    	titan-dist/pom.xml
    Etienne Deprit committed Oct 10, 2013
    Configuration menu
    Copy the full SHA
    ff8cd2e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2013

  1. Merge branch 'master' of https://github.com/thinkaurelius/titan into …

    …titan-accumulo
    Etienne Deprit committed Oct 11, 2013
    Configuration menu
    Copy the full SHA
    623f9ca View commit details
    Browse the repository at this point in the history
  2. Update Accumulo storage backend to current Titan master 0.4.0 snapsho…

    …t, 2 failing unit tests.
    Etienne Deprit committed Oct 11, 2013
    Configuration menu
    Copy the full SHA
    09785f1 View commit details
    Browse the repository at this point in the history
  3. Fixed scanner range in store getKeys, unit tests now pass.

    Etienne Deprit committed Oct 11, 2013
    Configuration menu
    Copy the full SHA
    9adaed6 View commit details
    Browse the repository at this point in the history
  4. Added titan-accumulo to jre7 profile.

    Etienne Deprit committed Oct 11, 2013
    Configuration menu
    Copy the full SHA
    d3d18b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2013

  1. Merge branch 'titan-0.4.0' into titan-accumulo

    Conflicts:
    	doc
    	pom.xml
    Etienne Deprit committed Oct 18, 2013
    Configuration menu
    Copy the full SHA
    6a55b41 View commit details
    Browse the repository at this point in the history
  2. Update build files for Titan 0.4.0 release.

    Etienne Deprit committed Oct 18, 2013
    Configuration menu
    Copy the full SHA
    7657490 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2013

  1. Merge branch 'master' into titan-accumulo

    Etienne Deprit committed Oct 30, 2013
    Configuration menu
    Copy the full SHA
    6241848 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2013

  1. Merge branch 'master' into titan-accumulo

    Etienne Deprit committed Nov 1, 2013
    Configuration menu
    Copy the full SHA
    97cc600 View commit details
    Browse the repository at this point in the history
  2. Updated version to 0.4.1-SNAPSHOT.

    Etienne Deprit committed Nov 1, 2013
    Configuration menu
    Copy the full SHA
    cb13941 View commit details
    Browse the repository at this point in the history
  3. Updated Titan-Dist-Accumulo to version 0.4.1-SNAPSHOT.

    Etienne Deprit committed Nov 1, 2013
    Configuration menu
    Copy the full SHA
    4ea0e01 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2013

  1. Merge branch 'master' into titan-accumulo

    Etienne Deprit committed Nov 4, 2013
    Configuration menu
    Copy the full SHA
    e5cf219 View commit details
    Browse the repository at this point in the history
  2. Added supportsMultiQuery = true to Accumulo features.

    Etienne Deprit committed Nov 4, 2013
    Configuration menu
    Copy the full SHA
    e6ccabe View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2013

  1. Merge branch 'master' into titan-accumulo

    Etienne Deprit committed Nov 5, 2013
    Configuration menu
    Copy the full SHA
    d28b092 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2013

  1. Merge branch 'master' into titan-accumulo

    Etienne Deprit committed Nov 12, 2013
    Configuration menu
    Copy the full SHA
    d35dc6e View commit details
    Browse the repository at this point in the history
  2. Added Accumulo ID allocation test.

    Etienne Deprit committed Nov 12, 2013
    Configuration menu
    Copy the full SHA
    cb5fd0b View commit details
    Browse the repository at this point in the history
  3. Accumulo username/password configuration moved to DistributedStoreMan…

    …ager.
    Etienne Deprit committed Nov 12, 2013
    Configuration menu
    Copy the full SHA
    cb23da5 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2013

  1. Merge branch 'master' into titan-accumulo

    Conflicts:
    	titan-dist/pom.xml
    Etienne Deprit committed Nov 19, 2013
    Configuration menu
    Copy the full SHA
    6f9daec View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2013

  1. Merge commit '2c010b7524a139c5e30fe9e9245b9bfa87fde059' into titan-ac…

    …cumulo
    
    Conflicts:
    	titan-dist/pom.xml
    Etienne Deprit committed Dec 2, 2013
    Configuration menu
    Copy the full SHA
    61fbe54 View commit details
    Browse the repository at this point in the history
  2. Move up Titan Accumulo version to 0.4.1 tag.

    Etienne Deprit committed Dec 2, 2013
    Configuration menu
    Copy the full SHA
    9bda6f8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into titan-accumulo

    Etienne Deprit committed Dec 2, 2013
    Configuration menu
    Copy the full SHA
    8899f92 View commit details
    Browse the repository at this point in the history
  4. Move up Titan Accumulo version to 0.4.2-SNAPSHOT.

    Etienne Deprit committed Dec 2, 2013
    Configuration menu
    Copy the full SHA
    355c62d View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2013

  1. Configuration menu
    Copy the full SHA
    fbce20b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'titan-accumulo-0.4.1' into titan-accumulo

    Etienne Deprit committed Dec 3, 2013
    Configuration menu
    Copy the full SHA
    caed049 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2013

  1. Merge branch 'master' into titan-accumulo

    Etienne Deprit committed Dec 16, 2013
    Configuration menu
    Copy the full SHA
    80c8ce0 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2013

  1. Merge branch 'master' into titan-accumulo

    Etienne Deprit committed Dec 19, 2013
    Configuration menu
    Copy the full SHA
    fd0164a View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2013

  1. Merge branch 'master' into titan-accumulo

    Etienne Deprit committed Dec 21, 2013
    Configuration menu
    Copy the full SHA
    3e68e7b View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2013

  1. Merge branch 'master' into titan-accumulo

    Etienne Deprit committed Dec 24, 2013
    Configuration menu
    Copy the full SHA
    3e4d21e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2014

  1. Configuration menu
    Copy the full SHA
    8bc92e6 View commit details
    Browse the repository at this point in the history
  2. Update Accumulo to version 1.4.4.

    Etienne Deprit committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    1cdc8a6 View commit details
    Browse the repository at this point in the history
  3. Force Titan Accumulo distro to use Thrift 0.6.1.

    Etienne Deprit committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    ba00005 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'titan-accumulo-0.4.1' into titan-accumulo

    Conflicts:
    	titan-dist/titan-dist-accumulo/pom.xml
    Etienne Deprit committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    fb30f19 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2014

  1. Merge commit '7df580ea559c79de0adcf71089b667ff6e2ae9e9' into titan-ac…

    …cumulo-0.4.2
    Etienne Deprit committed Jan 13, 2014
    Configuration menu
    Copy the full SHA
    367d924 View commit details
    Browse the repository at this point in the history
  2. Move Titan version to 0.4.2.

    Etienne Deprit committed Jan 13, 2014
    Configuration menu
    Copy the full SHA
    786c197 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2014

  1. Shorten Accumulo configuration namespace key.

    Etienne Deprit committed Jan 15, 2014
    Configuration menu
    Copy the full SHA
    2878f6b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'titan-accumulo-0.4.2' into titan-accumulo

    Conflicts:
    	titan-accumulo/pom.xml
    	titan-accumulo/titan-accumulo-core/pom.xml
    	titan-accumulo/titan-accumulo-iterators/pom.xml
    	titan-dist/titan-dist-accumulo/pom.xml
    Etienne Deprit committed Jan 15, 2014
    Configuration menu
    Copy the full SHA
    8b54209 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into titan-accumulo

    Etienne Deprit committed Jan 15, 2014
    Configuration menu
    Copy the full SHA
    0d52b78 View commit details
    Browse the repository at this point in the history
  4. Move up Titan Accumulo version to 0.4.3-SNAPSHOT.

    Etienne Deprit committed Jan 15, 2014
    Configuration menu
    Copy the full SHA
    11a1abe View commit details
    Browse the repository at this point in the history