git commit: ACCUMULO-1069 updated javadocs for instance operations to get config

2013-10-30 Thread kturner
Updated Branches: refs/heads/1.4.5-SNAPSHOT 4d493b467 - 345b0a6d2 ACCUMULO-1069 updated javadocs for instance operations to get config Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/345b0a6d Tree:

[1/2] git commit: ACCUMULO-1069 updated javadocs for instance operations to get config

2013-10-30 Thread kturner
Updated Branches: refs/heads/1.5.1-SNAPSHOT b77fa14a9 - ee37ea49d ACCUMULO-1069 updated javadocs for instance operations to get config Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/345b0a6d Tree:

[3/3] git commit: Merge remote-tracking branch 'origin/1.5.1-SNAPSHOT'

2013-10-30 Thread kturner
Merge remote-tracking branch 'origin/1.5.1-SNAPSHOT' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b4c86bd9 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/b4c86bd9 Diff:

git commit: ACCUMULO-1715 - Applying and updating Michael Berman's patch

2013-10-30 Thread vines
Updated Branches: refs/heads/master 9d6da9698 - bc24925b2 ACCUMULO-1715 - Applying and updating Michael Berman's patch Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/bc24925b Tree:

git commit: Revert ACCUMULO-1030 - accumulo-maven-plugin skipped with skipTests

2013-10-30 Thread ctubbsii
Updated Branches: refs/heads/master bc24925b2 - 2bedf7bfe Revert ACCUMULO-1030 - accumulo-maven-plugin skipped with skipTests This reverts commit 9d6da9698d7a8ae35fa72ce0b48caa0e8124c497. This commit was done to fix ACCUMULO-1675, but does not correctly do that. ACCUMULO-1675 was supposed to

[08/10] git commit: ACCUMULO-1783 Update the Load impl for the store changes

2013-10-30 Thread elserj
ACCUMULO-1783 Update the Load impl for the store changes For now, add a bool option on the constructor to say whether or not the same column family should in a row should be aggregated together into one Map. Removes implicit rules I had on the cf at storage Project:

[09/10] git commit: ACCUMULO-1783 Remove the InternalMap usage to make the schema declaration in the value of the AS command in a LOAD

2013-10-30 Thread elserj
ACCUMULO-1783 Remove the InternalMap usage to make the schema declaration in the value of the AS command in a LOAD Project: http://git-wip-us.apache.org/repos/asf/accumulo-pig/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo-pig/commit/9279c77b Tree:

[06/10] git commit: ACCUMULO-1783 Reworking the storage side.

2013-10-30 Thread elserj
ACCUMULO-1783 Reworking the storage side. Took an approach like HBase's for the regular AccumuloStorage class. Normal tuples are treated as a row, with the first entry being the rowkey and subsequent entries as column values. Maps are expanded as column:value pairs, any scalars, bags or tuples

[04/10] git commit: ACCUMULO-1783 Update tests for new functionality and API changes

2013-10-30 Thread elserj
ACCUMULO-1783 Update tests for new functionality and API changes Project: http://git-wip-us.apache.org/repos/asf/accumulo-pig/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo-pig/commit/e227ad4a Tree: http://git-wip-us.apache.org/repos/asf/accumulo-pig/tree/e227ad4a Diff:

[01/10] git commit: ACCUMULO-1783 Clean up the typed variant from before and supersede the original AccumuloStorage.

2013-10-30 Thread elserj
Updated Branches: refs/heads/ACCUMULO-1783 [created] 30fd9aa6c ACCUMULO-1783 Clean up the typed variant from before and supersede the original AccumuloStorage. Going off of what HBaseStorage provides, the typical usecase is treating each tuple as a row and inserting the multiple columns from