Misty Stanley-Jones
c3d40b0b68
HBASE-14026 Clarify 'Web API' in version and compatibility docs
2015-11-02 13:50:00 +10:00
Misty Stanley-Jones
e24d03b10c
HBASE-14695 Fix some easy HTML warnings and bad links
2015-10-28 12:12:40 +10:00
g-bhardwaj
8a2cef3315
HBASE-13867: Add endpoint coprocessor guide to HBase book.
2015-10-26 09:06:06 +10:00
Misty Stanley-Jones
098022ef70
HBASE-14603 addendum -- distribution management report and clause in the POM is crashing the build -- removed them
2015-10-22 21:41:10 +10:00
Misty Stanley-Jones
2996355e94
HBASE-14603 Lots of work on the POM to enhance Javadocs, Xrefs
...
* We now have apidocs, devapidocs, testapidocs, and testdevapidocs
* When using reportSets, the Javadoc plugin ignores the plugin configuration,
so I propagated it to the individual reportSet configuration blocks.
* I was able to remove some of the logic that moved / copied things around
in post-site.
* We now have xref and xref-test (these are superfluous but something needs them
so I left them)
* Added source to Javadocs -- you can click a method or property to browse its source.
More user-friendly than xref maybe.
* You can now get the whole site to build by doing 'mvn clean site site:stage' and
it takes about 10 minutes.
2015-10-22 19:12:42 +10:00
Misty Stanley-Jones
74d5232065
Revert "Lots of work on the POM to enhance Javadocs, Xrefs"
...
This reverts commit aa78ebbd5a
.
2015-10-22 19:11:40 +10:00
Misty Stanley-Jones
aa78ebbd5a
Lots of work on the POM to enhance Javadocs, Xrefs
...
* We now have apidocs, devapidocs, testapidocs, and testdevapidocs
* When using reportSets, the Javadoc plugin ignores the plugin configuration,
so I propagated it to the individual reportSet configuration blocks.
* I was able to remove some of the logic that moved / copied things around
in post-site.
* We now have xref and xref-test (these are superfluous but something needs them
so I left them)
* Added source to Javadocs -- you can click a method or property to browse its source.
More user-friendly than xref maybe.
* You can now get the whole site to build by doing 'mvn clean site site:stage' and
it takes about 10 minutes.
2015-10-22 18:29:08 +10:00
Misty Stanley-Jones
30cf4e3761
HBASE-14627 Move Stargate docs to Ref Guide
2015-10-16 20:39:17 +10:00
Misty Stanley-Jones
46f2877381
HBase-14607 Converting SupportingProjects wiki to site page
2015-10-15 10:47:47 +10:00
Misty Stanley-Jones
88922c46d9
HBASE-14602 Addendum -- correct mailing list link and section name
2015-10-15 09:43:53 +10:00
stack
0099ec6397
Added LeanXcale at Ricardo's behest
2015-10-14 14:23:57 -07:00
Lars Francke
9c40dde0d3
HBASE-14346 Typo in FamilyFilter
...
Author: Lars Francke <lars.francke@gmail.com>
Signed-off-by: Misty Stanley-Jones <mstanleyjones@cloudera.com>
2015-10-14 17:25:20 +10:00
Misty Stanley-Jones
9bd4371dfc
Revert "Typo in FamilyFilter"
...
This reverts commit 78854995cc
.
2015-10-14 17:25:20 +10:00
Misty Stanley-Jones
e5580c247c
HBASE-14602 Convert PoweredByHBase wiki to site page
...
Signed-off-by: stack <stack@apache.org>
2015-10-14 15:09:57 +10:00
Misty Stanley-Jones
73ccccf4c5
HBASE-14599 Modify site config to use protocol-relative URLs for CSS/JS
...
Signed-off-by: stack <stack@apache.org>
2015-10-14 09:05:58 +10:00
Misty Stanley-Jones
397bc555e3
HBASE-14558 Documenmt ChaosMonkey enhancements from HBASE-14261
...
Signed-off-by: Elliott Clark <eclark@apache.org>
2015-10-13 08:46:41 +10:00
Misty Stanley-Jones
e030c7a77b
HBASE-14158 Addendum -- add spark.adoc to book TOC
2015-10-13 08:45:27 +10:00
ted malaska
e7f659cac4
HBASE-14158 Add documentation for Initial Release for HBase-Spark Module integration
...
Signed-off-by: Misty Stanley-Jones <mstanleyjones@cloudera.com>
2015-10-13 08:19:02 +10:00
Andrew Purtell
8fd2d65070
HBASE-14271 Improve Nexus Staging Instructions <Andrew Purtell>
...
Signed-off-by: Misty Stanley-Jones <mstanleyjones@cloudera.com>
2015-10-07 12:16:13 +10:00
Lars Francke
78854995cc
Typo in FamilyFilter
...
Signed-off-by: Misty Stanley-Jones <mstanleyjones@cloudera.com>
2015-10-07 12:12:48 +10:00
Misty Stanley-Jones
5e60166eac
HBASE-14424 Document that DisabledRegionSplitPolicy blocks manual splits
2015-10-07 12:08:22 +10:00
Misty Stanley-Jones
bd9a41a368
HBASE-12983 HBase book mentions hadoop.ssl.enabled when it should be hbase.ssl.enabled
2015-10-07 12:02:28 +10:00
Misty Stanley-Jones
d55f4aee4f
HBASE-12615 Document GC conserving guidelines for contributors
...
Signed-off-by: Jonathan Hsieh <jon@cloudera.com>
2015-10-07 11:58:43 +10:00
Andrew Purtell
0e4d1671f3
Amend HBASE-14292 Call Me Maybe HBase links have moved
...
They have moved again
2015-10-02 16:12:30 -07:00
Apekshit(Appy) Sharma
fe2c4f630d
HBASE-14400 Fix HBase RPC protection documentation
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2015-09-15 17:43:48 -07:00
Lars Francke
5bb36f1594
HBASE-14253 update docs + build for maven 3.0.4+
...
Signed-off-by: Sean Busbey <busbey@cloudera.com>
2015-09-01 16:17:31 -05:00
Sean Busbey
e54cb8abeb
HBASE-13221 List Hadoop 2.6 as unsupported due to HADOOP-11710.
2015-09-01 16:17:30 -05:00
Elliott Clark
fbd6ecb762
HBASE-13339 Update default Hadoop version to latest for master
2015-08-27 15:10:27 -07:00
Andrew Purtell
72f748f8b0
HBASE-14292 Call Me Maybe HBase links haved moved
2015-08-24 13:35:40 -07:00
stack
9334a47d45
HBASE-14273 Rename MVCC to MVCC: From MultiVersionConsistencyControl to MultiVersionConcurrencyControl (Lars Francke)
2015-08-24 08:47:26 -07:00
Andrew Purtell
902cd172f8
HBASE-13996 Add write sniffing in canary (Liu Shaohui)
2015-08-21 22:45:48 -07:00
Andrew Purtell
a7327a30c4
HBASE-14091 Update site documentation with code of conduct and project policy for transgressions
2015-08-21 18:10:30 -07:00
stack
6da7535538
Add tokyo meetup to index page
2015-08-11 11:14:25 -07:00
Misty Stanley-Jones
7d4de20caf
HBASE-13062 Add documentation coverage for configuring dns server with thrift and rest gateways
2015-08-11 20:34:46 +10:00
Gábor Lipták
ae35f65e9a
HBASE-14081 Remove (outdated) references to SVN/trunk from documentation
2015-08-10 10:23:09 -07:00
Misty Stanley-Jones
b29c731a57
HBASE-14071 Document troubleshooting unexpected filesystem usage by snapshots and WALs
2015-08-10 14:07:03 +10:00
Misty Stanley-Jones
0daae43342
HBASE-13446 Add docs warning about missing data for downstream on versions prior to HBASE-13262
2015-08-10 14:05:14 +10:00
Misty Stanley-Jones
aad7fbe6cd
HBASE-12256 Update patch submission guidelines to call out binary file support
2015-08-10 14:03:35 +10:00
stack
5bdb0eb912
Remove hbasecon image and replace w/ standard orca
2015-08-09 23:39:21 +02:00
Sean Busbey
4ce6f486d0
HBASE-14087 Ensure correct ASF headers for docs/code
...
* adds missing headers
* corrects some old-form headers to current
* restores proper header for guava copied LimitInputStream
* adds proper header for protobuf copied read/writeRawVarint
2015-07-29 14:25:43 -05:00
Sean Busbey
746737714a
HBASE-14086 remove unused bundled dependencies
2015-07-28 14:57:29 -05:00
Jonathan M Hsieh
493f36c899
HBASE-11339 Merge remote-tracking branch 'apache/hbase-11339' (Jingcheng Du)
2015-07-22 12:51:11 -07:00
Gábor Lipták
338e39970b
HBASE-14065 Correct doc file location references in documentation
...
Signed-off-by: Sean Busbey <busbey@cloudera.com>
2015-07-17 22:57:26 -05:00
stack
97e0af001b
HBASE-14102 Add thank you to our thanks page for vectorportal.com
2015-07-16 08:13:43 -07:00
stack
bf5b75dc29
HBASE-14029 getting started for standalone still references hadoop-version-specific binary artifacts (Gabor Liptak)
2015-07-10 10:49:49 -07:00
stack
ff122f80b9
HBASE-14053 Disable DLR in branch-1+
2015-07-09 16:46:17 -07:00
Sean Busbey
7ffd14986b
HBASE-13975 Add busbey as 1.2 RM to ref guide
2015-07-02 16:09:49 -05:00
Sean Busbey
348a11ad55
HBASE-13911 update java/hadoop prereqs for 1.2
2015-07-01 08:30:34 -05:00
Enis Soztutar
00cadf186b
HBASE-13973 Update documentation for 10070 Phase 2 changes
2015-06-26 15:24:38 -07:00
Gábor Lipták
0f9c317968
HBASE-13869 Fix typo in docs
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-06-26 11:48:36 -05:00
Nick Dimiduk
e123363867
HBASE-13956 Add myself as 1.1 release manager
2015-06-23 13:22:43 -07:00
Misty Stanley-Jones
c4437e2516
Apply feedback to MOB docs
2015-06-22 14:15:00 +10:00
Sean Busbey
51b606cd18
HBASE-13915 remove EOL versions from config prereq section
2015-06-17 22:55:43 -05:00
Nick Dimiduk
41d9e8d9b4
HBASE-13929 make_rc.sh publishes empty shaded artifacts
2015-06-17 19:39:06 -07:00
tedyu
6cc42c8cd1
HBASE-13829 Add more ThrottleType (Guanghao Zhang)
2015-06-09 06:42:55 -07:00
Misty Stanley-Jones
67c463f63e
HBASE-13660 Add link to cloud bigtable schema modeling guide into our refguide <stack@duboce.net>
2015-06-05 09:36:07 +10:00
Andrew Purtell
4070770243
HBASE-13780 Default to 700 for HDFS root dir permissions for secure deployments (Enis Soztutar)
2015-05-27 13:15:32 -07:00
Lars Francke
dd2c60b5bf
HBASE-13725 [documentation] Pseudo-Distributed Local Install can link to hadoop instructions
...
Signed-off-by: stack <stack@apache.org>
2015-05-21 10:01:43 -07:00
anoopsjohn
5098f365b4
HBASE-13736 Add delay for the first execution of ExpiredMobFileCleanerChore and MobFileCompactorChore.(Jingcheng)
2015-05-21 13:40:25 +05:30
Lars Francke
1fcee86978
HBASE-13636 Remove deprecation for HBASE-4072 (Reading of zoo.cfg)
...
Signed-off-by: stack <stack@apache.org>
2015-05-19 16:32:32 -07:00
Jonathan M Hsieh
09a00efc0b
Merge remote-tracking branch 'apache/master' (5/19/15) into hbase-11339
...
Patches that caused deltas:
HBASE-10810 - around HColumnDescriptor 'should' vs 'is' api.
HBASE-11677 - LOG was made private
HBASE-11927 - Checksum constant changed
HBASE-10800 - CellComparator instead of KVComparator
Conflicts:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/handler/DeleteTableHandler.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreEngine.java
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/DefaultCompactor.java
hbase-server/src/test/java/org/apache/hadoop/hbase/util/LoadTestTool.java
2015-05-19 16:30:21 -07:00
Lars Francke
02fa2200be
HBASE-13582: Update docs for HTrace
...
Signed-off-by: stack <stack@apache.org>
2015-05-19 16:04:39 -07:00
Misty Stanley-Jones
a93353e83c
HBASE-13699 Expand documentation about quotas and other load balancing mechanisms
2015-05-15 17:03:47 -07:00
g72909
88f0f421c3
HBASE-13398 Document HBase Quota
2015-05-15 14:24:25 -07:00
Misty Stanley-Jones
6fd16f2378
HBASE-13533 section on configuring ~/.m2/settings.xml has no anchor <Gabor Liptak>
2015-05-12 09:07:00 -07:00
Lars Francke
671ae8f150
HBASE-13599 The Example Provided in Section 69: Examples of the
...
Documentation Does Not Compile
Reapply after fixing the commit message.
Signed-off-by: stack <stack@apache.org>
2015-05-11 10:03:19 -07:00
stack
e1628106ae
Revert "Fixed example code"
...
Reverted because missing associated JIRA reference.
This reverts commit 0dfb364723
.
2015-05-11 10:02:06 -07:00
Jerry He
664b2e4f11
HBASE-13251 Correct HBase, MapReduce, and the CLASSPATH section in HBase Ref Guide (li xiang)
2015-05-05 21:25:06 -07:00
Lars Francke
0dfb364723
Fixed example code
...
Signed-off-by: stack <stack@apache.org>
2015-05-04 13:44:54 -07:00
Jerry He
1f02fffd04
HBASE-13598 Make hbase assembly attach to the project: doc addendum
2015-05-03 12:05:59 -07:00
Jonathan M Hsieh
0e20bbf6a3
Merge branch 'apache/master' (4/16/15) into hbase-11339
...
API conflicts and test fixes
Update LoadTestTool.COLUMN_FAMILY -> DEFAULT_COLUMN_FAMILY due HBASE-11842
Use new 1.0+ api in some tests
Use updated Scanners internal api
Fix to take into account HBASE-13203 - procedure v2 table delete
Conflicts:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java
hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterRpcServices.java
2015-05-01 08:18:51 -07:00
Jerry He
1d26d26407
HBASE-13598 Make hbase assembly attach to the project
2015-04-30 23:01:11 -07:00
Enis Soztutar
558cac91d0
HBASE-13586 Update book on Hadoop and Java supported versions for 1.1.x (ADDENDUM for 1.0.x support of Hadoop-2.6.x)
2015-04-29 16:13:14 -07:00
Nick Dimiduk
60d7921a6a
HBASE-13586 Update book on Hadoop and Java supported versions for 1.1.x
2015-04-29 12:03:35 -07:00
stack
4120f657b9
HBASE-13564 Master MBeans are not published (Ashish Singhi) + Addendum
2015-04-29 11:35:31 -07:00
Nick Dimiduk
167f0f0480
Revert "HBASE-13564 Master MBeans are not published"
...
This reverts commit a725044644
.
2015-04-29 09:14:59 -07:00
Devaraj Das
85ac00ba9f
HBASE-13184 Document turning off memstore for region replicas (Misty Stanley-Jones)
2015-04-29 00:10:37 -07:00
Jerry He
5f1676715b
HBASE-13577: Documentation is pointing to wrong port for Master Web UI (Lars Francke)
2015-04-28 18:23:16 -07:00
Ashish Singhi
a725044644
HBASE-13564 Master MBeans are not published
2015-04-27 21:23:59 -07:00
Srikanth Srungarapu
4182fc1a9b
HBASE-13359 Update ACL matrix to include table owner.
2015-04-26 20:13:23 -07:00
Josh Elser
e09b28941f
HBASE-13554 Clarify release versioning policy.
...
HBase is not following the strictness of SemVer, so
make sure we correctly advertise this. Document the
edge-case where APIs may be added in patch-releases.
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-04-24 13:49:15 -05:00
stack
0dfeba3d78
HBASE-13487 Doc KEEP_DELETED_CELLS
2015-04-17 08:27:45 -07:00
Elliott Clark
134b95579c
HBASE-13325 Protocol Buffers 2.5 no longer available for download on code.google.com
2015-03-25 14:05:34 -07:00
Ramkrishna
65d3781897
HBASE-13281 'hbase.bucketcache.size' description in hbase book is not
...
correct (Ram)
2015-03-23 22:40:18 +05:30
anoopsjohn
014b812103
HBASE-13006 Document visibility label support for groups. (Jerry He)
2015-03-19 09:18:21 +05:30
Gustavo Anatoly
99ec366147
HBASE-13229 Specify bash for local-regionservers.sh and local-master-backup.sh
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-03-17 11:57:41 -05:00
Sean Busbey
d9d1b07cfc
Revert "Specify bash for local-regionservers.sh and local-master-backup.sh"
...
This reverts commit ca8876a9f2
.
2015-03-17 11:57:08 -05:00
Gustavo Anatoly
ca8876a9f2
Specify bash for local-regionservers.sh and local-master-backup.sh
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2015-03-17 09:57:07 -05:00
Andrew Purtell
2f43da0a7d
HBASE-13237 Improve trademark marks on the hbase.apache.org homepage
2015-03-13 15:48:25 -07:00
Andrew Purtell
e60cae0500
HBASE-13234 Improve the obviousness of the download link on hbase.apache.org
2015-03-13 11:26:17 -07:00
tedyu
fbe7322870
HBASE-13226 Document enable_table_replication and disable_table_replication shell commands (Ashish Singhi)
2015-03-13 07:06:55 -07:00
tedyu
5316214d49
HBASE-13218 Correct the syntax shown for using ExportSnapshot tool in the book (Ashish Singhi)
2015-03-12 07:39:08 -07:00
Lars George
e66dca6cd1
HBASE-13165 Fix docs and scripts for default max heaps size after HBASE-11804 (docs)
2015-03-11 11:20:37 +01:00
Misty Stanley-Jones
d590f87ef4
HBASE-7126 Document how to report security bugs
2015-03-11 15:14:42 +10:00
Misty Stanley-Jones
142e36e7de
HBASE-13196 Add info about default number of versions when using the export tool
2015-03-11 15:00:53 +10:00
Misty Stanley-Jones
61cc8e0de1
HBASE-12723 Update ACL matrix to reflect reality <Srikanth Srungarapu>
2015-03-10 08:20:41 +10:00
Misty Stanley-Jones
0fba20471e
HBASE-13095 Document status 'replication' commands
2015-03-09 13:59:49 +10:00
Misty Stanley-Jones
bde2d30676
HBASE-13023 Document MultiWAL
2015-03-09 13:58:15 +10:00
Misty Stanley-Jones
7642ee49f0
HBASE-12468 AUTHORIZATIONS should be part of the Visiblity Label docs
2015-03-09 13:51:43 +10:00
Misty Stanley-Jones
8c1edeb2b8
HBASE-13177 Document compact and major_compact HBase shell commands and Admin APIs
2015-03-09 10:00:55 +10:00