-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/35123/
-----------------------------------------------------------
Review request for MetaModel.
Bugs: METAMODEL-148
https://issues.apache.org/jira/browse/METAMODEL-148
Repository: metamodel
Description
-------
This more or less fixes METAMODEL-148.
Items I am not sure about:
* I am not sure if we can implement the isReadOnly() method in any sensible
way?
* I wanted to have as little client-side configuration as possible, so I
create the hadoop Configuration on-the-fly. Maybe it would be good also with an
option to load it from a hadoop conf XML file?
* I updated also hbase to the latest version, but that created a lot of
deprecation warnings, so I should probably rather just leave it alone :-P
Diffs
-----
core/src/main/java/org/apache/metamodel/util/Func.java 684411f
core/src/main/java/org/apache/metamodel/util/UncheckedFunc.java PRE-CREATION
hadoop/.gitignore PRE-CREATION
hadoop/pom.xml PRE-CREATION
hadoop/src/main/java/org/apache/metamodel/util/HdfsResource.java PRE-CREATION
hadoop/src/test/java/org/apache/metamodel/util/HdfsResourceTest.java
PRE-CREATION
hbase/pom.xml b3ded40
hbase/src/main/java/org/apache/metamodel/hbase/HBaseDataContext.java a501790
pom.xml 5cb93f3
Diff: https://reviews.apache.org/r/35123/diff/
Testing
-------
Only local testing. Needs integration test.
Thanks,
Kasper Sørensen