Commit Graph

15329 Commits

Author SHA1 Message Date
Balazs Meszaros eb40e6dfaa HBASE-20386 [DOC] Align WALPlayer help text and refguide 2018-04-11 09:32:55 -07:00
Michael Stack 3eda9f1bb3 HBASE-20385 Purge md5-making from our little make_rc.sh script 2018-04-11 09:18:21 -07:00
Michael Stack ba02a8664b HBASE-20384 [AMv2] Logging format improvements; use encoded name rather than full region name marking transitions 2018-04-11 08:35:54 -07:00
Michael Stack 1b2e80389d HBASE-17554 Figure 2.0.0 Hadoop Version Support; update refguide
Minor edit on hadoop section. Mark 2.8.3 as supported and 2.8.2 as NT.
2018-04-11 08:28:17 -07:00
Gabor Bota 118c1a1f2f HBASE-20253. Error message is missing for restore_snapshot
Amending Author: Peter Somogyi <psomogyi@apache.org>
2018-04-11 17:24:36 +02:00
zhangduo 37e5b0b1b7 HBASE-20367 Write a replication barrier for regions when disabling a table 2018-04-11 20:36:51 +08:00
zhangduo a2b9172771 HBASE-20182 Addendum throw IOException instead of NoServerForRegionException because it is a DoNotRetryRegionException 2018-04-11 14:47:06 +08:00
Sean Busbey a2c1be9a76 HBASE-20335 nightly job bash cleanup.
* Ensure Jenkins steps that invoke bash inline set -e
* machine stats script should check that passed directory will work

Signed-off-by: Michael Stack <stack@apache.org>
2018-04-11 01:33:14 -05:00
Sean Busbey 83ee82d6a0 HBASE-20068 personality tests for Apache Yetus should use the maven plugin to exec maven.
Signed-off-by: Josh Elser <elserj@apache.org>
Signed-off-by: Reid Chan <reidddchan@outlook.com>
2018-04-11 01:33:14 -05:00
Sean Busbey 1efd3ac240 HBASE-20372 [website] move stuff from more than 2 years ago to old news
Signed-off-by: Josh Elser <elserj@apache.org>
2018-04-11 01:33:14 -05:00
Ashish Singhi 828a1c76c7 HBASE-15291 FileSystem not closed in secure bulkLoad
Signed-off-by: Ashish Singhi <ashishsinghi@apache.org>
2018-04-11 12:01:28 +05:30
Michael Stack 95ca38a539 HBASE-20149 Purge dev javadoc from bin tarball (or make a separate tarball of javadoc)
Instead point back to the website where version-specific dev apis are
hosted.
2018-04-10 10:04:22 -07:00
meiyi 93498ddc59 HBASE-17918 document serial replication
Signed-off-by: zhangduo <zhangduo@apache.org>
2018-04-10 09:44:32 +08:00
Sean Busbey 17f930c4d6 HBASE-20371 note hbasecon cfp on landing page.
Signed-off-by: Josh Elser <elserj@apache.org>
2018-04-09 12:19:07 -05:00
Sean Busbey a3d5bd5586 Revert "HBASE-20371 note hbasecon cfp on landing page."
This reverts commit 7fc6968f7d.

missing sign-off
2018-04-09 12:18:38 -05:00
Sean Busbey 7fc6968f7d HBASE-20371 note hbasecon cfp on landing page. 2018-04-09 12:15:52 -05:00
Sean Busbey 116a808517 HBASE-20365 add 2.0 docs to menu.
Signed-off-by: Mike Drob <mdrob@apache.org>
2018-04-09 12:01:12 -05:00
Sean Busbey ee87de9bfd HBASE-15466 test personality should recognize docs-only patch.
* add a new test to build the refguide specifically instead of site
* check for changes to src/main/asciidoc or src/main/xslt and run that test and only that test
* check for changes to the hbase-default.xml file and build the refguide if found (but maybe other tests too)
* fallback to relying on the yetus default for other changes
* fix some missing start_clock entries that cause longer-than-actual reported test time.

Signed-off-by: Mike Drob <mdrob@apache.org>
2018-04-09 10:37:28 -05:00
zhangduo bc35de597d HBASE-20363 Addendum wait until region is splittable 2018-04-09 09:07:06 +08:00
Yuki Tawara c7593d14a9 HBASE-20361 Non-successive TableInputSplits may wrongly be merged by auto balancing feature
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-04-08 10:58:23 -07:00
zhangduo f66343050f HBASE-20363 TestNamespaceAuditor.testRegionMerge is flaky 2018-04-08 16:48:25 +08:00
zhangduo 852025dd00 HBASE-20362 TestMasterShutdown.testMasterShutdownBeforeStartingAnyRegionServer is flaky 2018-04-08 16:09:50 +08:00
Peter Somogyi bdc0d3a4c6 HBASE-20287 After cluster startup list_regions command fails on disabled table
Add is_enabled check for list_regions command

Signed-off-by: Mike Drob <mdrob@apache.org>
2018-04-07 18:11:29 +02:00
zhangduo adc0e85e85 HBASE-20182 Can not locate region after split and merge 2018-04-07 13:37:53 +08:00
Csaba Skrabak a422310dad HBASE-20286 Improving shell command compaction_state
Signed-off-by: Apekshit Sharma <appy@apache.org>
2018-04-06 15:32:37 -07:00
Balazs Meszaros e4b8bd665a HBASE-20343 [DOC] fix log directory paths 2018-04-06 15:08:52 -07:00
Balazs Meszaros 143ed0d19d HBASE-20258 Shell hangs when scanning a disabled table
Signed-off-by: Mike Drob <mdrob@apache.org>
2018-04-06 13:43:48 -07:00
Sean Busbey 8014c5c3ac HBASE-20354 better docs for impact of proactively checking hsync support.
* Add to the quickstart guide disabling the hsync check, with a
  big warning about how we'll lose data if the check is disabled.
* Add to troubleshooting section so folks searching can get a pointer.

Signed-off-by: Mike Drob <mdrob@apache.org>
2018-04-06 13:34:04 -05:00
Sean Busbey de57d08226 HBASE-20276 restore original shell REPL functionality where commands can return results
* makes commands always pass any results back to hirb
* print warning if hirb is given the --return-values flag
* add some docs on how to avoid the console clutter that HBASE-15965 sought to address
* add an upgrade section note about this change.
* cleanup where the get_splits command does its printing so there's a building block that doesn't print
* some rubocop suggested tweaks and opt-out for classlength check on table and shell classes.

Signed-off-by: Mike Drob <mdrob@apache.org>
2018-04-06 13:03:15 -05:00
Sean Busbey c310ef7ffd HBASE-20355 fix links in upgrade section of ref guide. 2018-04-06 10:21:20 +02:00
tedyu 8f6849ff02 HBASE-20095 Redesign single instance pool in CleanerChore - addendum simplifies onConfigurationChange 2018-04-05 10:24:37 -07:00
Zhang Ningbo 65e85c4f8a HBASE-17518 HBase Reference Guide has a syntax error 2018-04-05 10:17:18 -07:00
Mike Drob f27819a9ae HBASE-20346 Update how to run shell tests in ref guide 2018-04-05 10:13:23 -07:00
Mike Drob 8adf1bb2b4 HBASE-20348 Add HTrace to upgrade notes 2018-04-05 10:13:23 -07:00
Ashish Singhi e2b0490d18 HBASE-16499 slow replication for small HBase clusters - addendum for updating in the document
Signed-off-by: Ashish Singhi <ashishsinghi@apache.org>
2018-04-05 11:16:52 +05:30
Lars Francke 5fed7fd3d2 HBASE-14348 Update download mirror link 2018-04-04 14:30:06 -07:00
BELUGA BEHR d866e7c658 HBASE-19488 Move to using Apache commons CollectionUtils
Signed-off-by: Apekshit Sharma <appy@apache.org>
2018-04-04 14:12:19 -07:00
Apekshit Sharma dcc840e8a5 HBASE-17730 Add documentation to upgrade coprocessors for 2.0 2018-04-04 13:08:22 -07:00
wellington f574fd4782 HBASE-20305 adding options to skip deletes/puts on target when running SyncTable
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-04-04 12:38:18 -07:00
Michael Stack 8bc723477b HBASE-20337 Update the doc on how to setup shortcircuit reads; its stale; ADDENDUM 2018-04-04 11:25:25 -07:00
Michael Stack d60decd959 HBASE-20337 Update the doc on how to setup shortcircuit reads; its stale 2018-04-04 11:20:58 -07:00
Yuki Tawara 0c0fe05bc4 HBASE-20328 Fix local backup master start command in documentation
Signed-off-by: Umesh Agashe <uagashe@cloudera.com>
2018-04-04 10:06:19 +02:00
Peter Somogyi aed7834dd1 HBASE-20256 Document commands that do not work with 1.2 shell 2018-04-04 09:13:14 +02:00
Peter Somogyi 87ab7e712d HBASE-19890 Canary usage should document hbase.canary.sink.class config 2018-04-04 09:08:31 +02:00
Pankaj Kumar 7abaf22a12 HBASE-20231 Not able to delete column family from a row using RemoteHTable
Signed-off-by: Ashish Singhi <ashishsinghi@apache.org>
2018-04-04 10:11:09 +05:30
Ashish Singhi 5937202fd5 HBASE-16499 slow replication for small HBase clusters
Signed-off-by: Ashish Singhi <ashishsinghi@apache.org>
2018-04-04 09:54:41 +05:30
Michael Stack b1b0db3195 HBASE-20298 Doc change in read/write/total accounting metrics 2018-04-03 17:00:43 -07:00
Apekshit Sharma 6318e3bf5f HBASE-17730 Migration to 2.0 for coprocessors. Upload AsciiDoc for coprocessor design improvements made in HBASE-17732. 2018-04-03 15:47:48 -07:00
Huaxiang Sun d9e64aa6b8 HBASE-20299 Update MOB in hbase refguide 2018-04-03 13:13:16 -07:00
tedyu f92fb0affd HBASE-20224 Web UI is broken in standalone mode - addendum for hbase-spark and hbase-spark-it modules 2018-04-03 11:43:53 -07:00