| clear query|facets|time |
Search criteria: .
Results from 111 to 120 from
209 (2.889s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Need some guidelines - HBase - [mail # dev]
|
|
...See the code in HBASE-6203 (https://issues.apache.org/jira/browse/HBASE-6203) for how to add a new module. Keep in mind that modules are _very_ heavy-weight and you should have a very good r...
|
|
|
Author: Jesse Yates,
2012-07-07, 16:54
|
|
|
Re: HBase setting up issue - HBase - [mail # dev]
|
|
...Yes, the command line method will still work. However, as of Eclipse Indigo (the previous version of Eclipse) there has been built-in maven integration. Before that, you could integrate ecli...
|
|
|
Author: Jesse Yates,
2012-07-07, 16:51
|
|
|
Re: HBase setting up issue - HBase - [mail # dev]
|
|
...You need to run 'mvn install -DskipTests' rather than package - its (one of many) shortcomings of maven and multi-module projects. Also, if you are using eclipse, you can just import t...
|
|
|
Author: Jesse Yates,
2012-07-07, 05:50
|
|
|
[HBASE-6296] Refactor EventType to track its own ExecutorService type - HBase - [issue]
|
|
...Currently there is a massive switch statement in org.apache.hadoop.hbase.executor.ExecutorService for the ExecutorType for each org.apache.hadoop.hbase.executor.EventHandler.EventType. This ...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6296
Author: Jesse Yates,
2012-07-04, 20:59
|
|
|
Re: Test for KeyValue - HBase - [mail # dev]
|
|
...Yeah, looks like it should be moved up. @Matt Corgan - thoughts? My vision (perhaps arguable) is that all the "strict" unit tests can be moved to the module in which its primary code r...
|
|
|
Author: Jesse Yates,
2012-07-01, 19:46
|
|
|
Re: New committer! Nicolas Liochon (N or nkeywal) - HBase - [mail # dev]
|
|
...Congrats nicholas! Keep up the good work! Jesse Yates @jesse_yates jyates.github.com On Wed, Jun 20, 2012 at 10:47 AM, Elliott Clark wrote: ...
|
|
|
Author: Jesse Yates,
2012-06-20, 17:53
|
|
|
[HBASE-5977] Usage of modules - HBase - [issue]
|
|
...With HBASE-4336, HBase will have the ability to add multiple modules for different aspects of the codebase (less tests, see HBASE-4336 for details). We need to set a policy for when modules ...
|
|
|
http://issues.apache.org/jira/browse/HBASE-5977
Author: Jesse Yates,
2012-06-12, 22:59
|
|
|
Re: mvn install - HBase - [mail # dev]
|
|
...Yeah, that's so you can get at least the compiled classes. Technically, all you should need to run is "mvn compile" first. In the latest ref guide (in trunk, not published), I added so...
|
|
|
Author: Jesse Yates,
2012-06-06, 16:53
|
|
|
[HBASE-6087] Add hbase-common module - HBase - [issue]
|
|
...Add an hbase-common module so common/utility classes can be pulled up out of hbase-server. This is not the moving of classes, just the general project setup....
|
|
|
http://issues.apache.org/jira/browse/HBASE-6087
Author: Jesse Yates,
2012-06-05, 08:22
|
|
|
[HBASE-6112] Fix hadoop-2.0 build - HBase - [issue]
|
|
...Some of the pom definitions are broken for the Hadoop 2.0 build. Its breaking the build for that version...
|
|
|
http://issues.apache.org/jira/browse/HBASE-6112
Author: Jesse Yates,
2012-06-04, 21:22
|
|
|
|