Ryan Webb
9abbc25f4e
forgot to do zookeeper
2015-02-20 15:00:10 -05:00
Ryan Webb
d717030169
Workaround just to see if tests run on mini
2015-02-20 14:32:37 -05:00
Ryan Webb
a2e0a9b6f9
Fix for missing variables
...
go travisci go
2015-02-20 14:27:33 -05:00
Ryan Webb
fffc731507
Updated tests to use mini.
...
Does not build on windows -- will fix after fixing on CI build
2015-02-20 14:19:06 -05:00
Ryan Webb
1f630eb3ef
Next Snapshot
2015-02-20 12:32:25 -05:00
Ryan Webb
718258e828
2.1 Release
0.2.1
2.1
2015-02-20 12:32:04 -05:00
Ryan Webb
99e01d8608
Added changelog
2015-02-20 12:28:35 -05:00
mikelieberman
a42ae0a521
Merge pull request #108 from JHUAPL/connector-reuse
...
Added functionality to reuse Connector, and prohibit configuration changes. Addresses #85 - a connector pool is not used, but a single instance is instead.
2015-02-09 17:29:37 -05:00
Michael Lieberman
00056f6513
Added functionality to reuse Connector, and prohibit configuration changes after use
2015-02-09 17:20:48 -05:00
mikelieberman
8df511c2d1
Merge pull request #107 from JHUAPL/preload-all-properties
...
Preload all properties
2015-02-09 16:17:45 -05:00
Michael Lieberman
ec13b05459
Added "preload all" functionality and unit tests for same
2015-02-09 16:08:10 -05:00
Michael Lieberman
37157a0093
Added unit test for property preloading
2015-02-09 15:48:45 -05:00
Michael Lieberman
438830f5f4
Added setPreloadAllProperties to AccumuloGraphConfiguration
2015-02-09 15:06:36 -05:00
mikelieberman
1018d48382
Merge pull request #106 from JHUAPL/merged-metadata-tables
...
Merged metadata tables
2015-02-09 13:52:30 -05:00
mikelieberman
30468ed2f3
Updated table structure documentation to match metadata table changes
2015-02-09 13:43:27 -05:00
Michael Lieberman
6faac76ba9
Merge metadata tables into one table
2015-02-09 13:35:06 -05:00
mikelieberman
bb6f9e80a7
Merge pull request #105 from JHUAPL/get-vertices-id-range
...
Get vertices id range
2015-02-06 18:47:53 -05:00
Michael Lieberman
56929af885
Added documentation and unit test for getVerticesInRange
2015-02-06 18:42:13 -05:00
Michael Lieberman
89976c2c86
Add getVerticesInRange functionality
2015-02-06 18:16:40 -05:00
mikelieberman
816dffe141
Merge pull request #104 from JHUAPL/table-structure-documentation
...
Table structure documentation
2015-02-06 17:58:13 -05:00
mikelieberman
a7035e259a
Updated table structure documentation
2015-02-06 17:55:34 -05:00
Michael Lieberman
f745ff23fb
Initial commit of table structure documentation; still needs work
2015-02-06 15:24:07 -05:00
Michael Lieberman
93c9c37936
Replace printStackTrace with exceptions
2015-02-05 17:27:34 -05:00
Michael Lieberman
c08bb5058f
FindBugs tweaks
2015-01-28 15:52:58 -05:00
webbrl1
dcea092c40
Fixed High and Medium Coverity bugs. Fixed a few Low bugs
2015-01-28 14:25:11 -05:00
webbrl1
f9bb666e4b
Release and updated version
2015-01-28 13:26:09 -05:00
Ryan Webb
834e2cb2aa
Merge pull request #99 from JHUAPL/table-wrappers
...
Table wrappers
2015-01-28 13:03:55 -05:00
Michael Lieberman
f72b1d2f2f
Use mutator for adding edge in bulk ingester
2015-01-27 16:38:21 -05:00
Michael Lieberman
5dd5c978a7
Convert PropertyBuilder to use Mutators
2015-01-27 16:26:55 -05:00
Michael Lieberman
bca5bf4474
Use mutator for bulk ingester addProperty
2015-01-27 16:14:13 -05:00
Michael Lieberman
365dc740d7
Bulk ingester add vertex using mutator
2015-01-27 16:08:52 -05:00
Michael Lieberman
d5de29c000
Move createIndex to NamedIndexListTableWrapper
2015-01-27 14:32:55 -05:00
Michael Lieberman
0b2ec50eeb
Move createKeyIndex to appropriate wrappers
...
Some other code cleanup
2015-01-27 14:22:17 -05:00
Michael Lieberman
8a36bc7930
Get rid of graph member from GlobalInstances
2015-01-27 11:44:15 -05:00
Michael Lieberman
38b22df42f
Fix AutoIndexTest unit tests and bug fixes
2015-01-27 11:18:12 -05:00
Michael Lieberman
1123268b37
Use TableOperations for isEmpty
2015-01-26 17:17:43 -05:00
Michael Lieberman
be81489672
Clean up unused functionality
2015-01-26 17:07:48 -05:00
Michael Lieberman
37774d60a1
Fix AccumuloVertex.remove, and probably another bug with AccumuloEdge.remove
2015-01-26 16:56:03 -05:00
Michael Lieberman
e2c5af3752
Added delete vertex functionality to VertexTableWrapper
2015-01-26 15:30:37 -05:00
Michael Lieberman
9afc558d95
Move getIndex functionality to NamedIndexListTableWrapper
2015-01-26 12:06:24 -05:00
Michael Lieberman
a2502f5bb1
Move getIndices functionality to NamedIndexListTableWrapper
2015-01-26 11:56:02 -05:00
Michael Lieberman
49a5a77d1d
Refactor table wrapper names to avoid confusion
2015-01-26 10:31:00 -05:00
Michael Lieberman
53f7ed4025
Get rid of old non-useful documentation
2015-01-26 09:55:10 -05:00
Michael Lieberman
9edf2ff66e
Refactoring
2015-01-23 16:38:29 -05:00
Michael Lieberman
49d4463cc5
Cleanup
2015-01-23 14:44:39 -05:00
Michael Lieberman
37593c13b4
Refactor edge.remove to use existing rather than new functionality
2015-01-23 14:38:23 -05:00
Michael Lieberman
7bf543e502
Move removeEdge functionality into AccumuloEdge
...
Other cleanup
2015-01-23 14:22:20 -05:00
Michael Lieberman
43a3293ef0
Clean up removeEdge
2015-01-23 14:11:54 -05:00
Michael Lieberman
6fffd094f3
Remove 'cacheProperty' methods from AccumuloElement
2015-01-23 13:28:11 -05:00
Michael Lieberman
b60f855a5e
Connect index-clearing code to AccumuloIndex
...
Other cleanup
2015-01-21 17:51:33 -05:00