Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 738C7182C0 for ; Thu, 19 Nov 2015 03:02:12 +0000 (UTC) Received: (qmail 94294 invoked by uid 500); 19 Nov 2015 03:02:12 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 94140 invoked by uid 500); 19 Nov 2015 03:02:11 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 94092 invoked by uid 99); 19 Nov 2015 03:02:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Nov 2015 03:02:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 107382C1F5E for ; Thu, 19 Nov 2015 03:02:11 +0000 (UTC) Date: Thu, 19 Nov 2015 03:02:11 +0000 (UTC) From: "Daniel Vimont (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-14825) HBase Ref Guide corrections of typos/misspellings MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-14825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Vimont updated HBASE-14825: ---------------------------------- Release Note: Corrections to content of "book.html", which is pulled from various *.adoc files and *.xml files. -- corrects typos/misspellings -- corrects incorrectly formatted links Status: Patch Available (was: Open) > HBase Ref Guide corrections of typos/misspellings > ------------------------------------------------- > > Key: HBASE-14825 > URL: https://issues.apache.org/jira/browse/HBASE-14825 > Project: HBase > Issue Type: Bug > Components: documentation > Affects Versions: 2.0.0 > Reporter: Daniel Vimont > Assignee: Daniel Vimont > Priority: Minor > Fix For: 2.0.0 > > Original Estimate: 2h > Remaining Estimate: 2h > > Found the following list of typos/misspellings on the book.html page, and thought I would make corrections to the appropriate src/main/asciidoc files in which they are located. (This is just a good opportunity for me to become familiar with submission of fixes/patches as a prelude to beginning to make some coding contributions. This is also my first submission to the JIRA system, so corrections to content/conventions are welcome!) > [Note: I see that [~misty] may be in the midst of a reformatting task -- HBASE-14823 -- that might involve these same asciidoc files. Please advise if I should wait on this task to avoid a possibly cumbersome Git reconciliation mess. (?)] > Here is the list of typos/misspellings. The format of each item is (a) the problem is presented in brackets on the first line, and (b) the phrase (as it currently appears in the text) is on the second line. > =================== > ["you" should be "your", and "Kimballs'" should be "Kimball's" (move the apostrophe) in the following:] > A useful read setting config on you hadoop cluster is Aaron Kimballs' Configuration Parameters: What can you just ignore? > [Period needed after "a"] > a.k.a pseudo-distributed > ["empty" is misspelled] > The default value in this configuration has been intentionally left emtpy in order to honor the old hbase.regionserver.global.memstore.upperLimit property if present. > [All occurrences of "a HBase" should be changed to "an HBase" -- 15 occurrences found] > ["file path are" should be "file paths are"] > By default, all of HBase's ZooKeeper file path are configured with a relative path, so they will all go under this directory unless changed. > ["times" -- plural required] > How many time to retry attempting to write a version file before just aborting. > ["separated" is misspelled] > Each attempt is seperated by the hbase.server.thread.wakefrequency milliseconds. > [space needed after quotation mark (include"limit)] > Because this limit represents the "automatic include"limit... > [space needed ("ashbase:metadata" should be "as hbase:metadata")] > This helps to keep compaction of lean tables (such ashbase:meta) fast. > [Acronym "ide" should be capitalized for clarity: IDE] > Setting this to true can be useful in contexts other than the other side of a maven generation; i.e. running in an ide. > [RuntimeException missing an "e"] > You'll want to set this boolean to true to avoid seeing the RuntimException complaint: > [Space missing after "secure"] > FS Permissions for the root directory in a secure(kerberos) setup. > ["mutations" misspelled] > ...will be created which will tail the logs and replicate the mutatations to region replicas for tables that have region replication > 1. > ["it such that" should be "is such that"] > If your working set it such that block cache does you no good... > ["an" should be "and"] > See the Deveraj Das an Nicolas Liochon blog post... > [Tag "" should be ""] > hbase.coprocessor.master.classes > [Misspelling of "implementations"] > Those consumers are coprocessors, phoenix, replication endpoint implemnetations or similar. > [Misspelling of "cluster"] > On upgrade, before running a rolling restart over the cluser... > ["effect" should be "affect"] > If NOT using BucketCache, this change does not effect you. > [Need space after "throw"] > This will throw`java.lang.NoSuchMethodError... > ["habasee" should be "hbase"] > You can pass commands to the HBase Shell in non-interactive mode (see hbasee.shell.noninteractive)... > ["ie" should be "i.e."] > Restrict the amount of resources (ie regions, tables) a namespace can consume. > ["an" should be "and"] > ...but can be conjured on the fly while the table is up an running. > [Malformed link (text appears as follows when rendered in a browser):] > Puts are executed via Table.put (writeBuffer) or link:http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/Table.html#batch(java.util.List, java.lang.Object[])[Table.batch] (non-writeBuffer). > ["regions" should appear only once:] > Thus, the middle regions regions will never be used. > ["spliting" should be "splitting"] > To make pre-spliting work with this example keyspace... > [SPLITING_NEW should be SPLITTING_NEW] > These two regions are in SPLITING_NEW state initially. > ["mailing" misspelled] > search the mailling list for conversations on this topic. > ["lets" should be "let's" (contraction)] > Now lets run the same test... > ["an other" should be "another"] > A secondary index could be created in an other table... > ["a" should be "an"] > for a ORDER table. > ["compatibility" misspelled] > Care should be taken with this approach to ensure backward compatibilty in case the object model changes... > ["compatibility" misspelled] > ...but the cons include the aforementioned warning about backward compatiblity of serialization... > ["overwrite" misspelled] > so that they would not overwite with each successive update. > ["ths" should be "the"] > The backticks (` symbols) cause ths shell to execute the sub-commands... > ["There" should be "The"] > There job would be defined as follows... > ["on on" should be "or on"] > This can either be done on a per-Job basis through properties, on on the entire cluster. > ["implementing" misspelled] > implement a custom authentication by implemening Hadoop AuthenticationHandler... > ["actual" misspelled] > The HBase server knows the acutal/real user of each request. > ["access" misspelled] > Allow accesss to users associated with the fulltime label. > ["An" needed at beginning of sentence] > RDBMS can scale well, but only up to a point... > [Apostrophe needed in "it's" contraction] > Its been cleaned up and users are returned Interfaces... > [Sentence revision required] > The following is example of testing equivalence a column to a String value "my value" > [should be (inserting "an" and "of")] > The following is an example of testing equivalence of a column to a String value "my value" > ["hundred" needs to be singular] > The former never uses more than a few hundreds bytes... > [Apostrophe misplaced ("region's"), and space missing (before "files")] > Those reference files will point to the parent regions'files. > [Apostrophe needed for "that's"] > When hbase.hlog.split.skip.errors is set to false, we fail the split but thats it. > [duplicate "if"] > If if a worker's current task's node data is changed... > [duplicate "is"] > If the task is is in TASK_UNASSIGNED state... > [duplicate "the"] > If the worker is shutting down, set the the task to state TASK_RESIGNED. > [duplicate "the" -- NOTE that there are two occurrences of this phrase] > ...this does not exceed the the max-file limit of 5 > ["programmatically" misspelled] > ...advanced users may want to generate data programatically... > [Apostrophe missing "let's"] > ...lets look at the above diagram... > ["recommended" misspelled] > The latter is recommeded. > [Improper apostrophe should be removed -- "its" is the correct possessive of "it"] > ...it may have served some edits from it's memstore. > ["mutations" misspelled] > ...which will tail the logs and replicate the mutatations to region replicas... > [duplicated "set"] > You can set set the consistency for Gets and Scans and do requests as follows. > ["providing" misspelled] > A larger value will benefit reads by provinding more file handlers per mob > ["coalesces" misspelled] > The Sweeper tool oalesces small MOB files or MOB files with many deletions or updates. > [Apostrophe missing "let's"] > Now lets look at an example where we will end up doing two scans on HBase. > ["Dynamic" header misspelled] > Dynammic > ["with" duplicated] > Endpoints Coprocessor written in version 0.94 are not compatible with with version 0.96 or later > ["you" misspelled] > ...if your are upgrading your HBase cluster from version 0.94... > [duplicate and extraneous "the" (should be no definite article at all -- should be simply "available to HBase")] > Loading of Coprocessor refers to the process of making your custom Coprocessor implementation available to the the HBase... > ["implementing" misspelled] > ...fully qualified class name of your class implmenting the Coprocessor... > ["directory" misspelled] > ...'hbase-site.xml' file (generally located under 'conf' directiory): > ["classpath" misspelled] > Put your code on classpth of HBase... > [capitalization incorrection for "HTableDescriptor"] > Using HtableDescriptor > ["version" misspelled -- several occurrences of this] > HBase verion... > ["the" duplicated -- all inappropriate occurrences of "the the" should be corrected -- there are 7 occurrences] > If the the switches in your rack... > ["characteristics" misspelled] > The CAP Theorem states that a distributed system can maintain two out of the following three charateristics: > ["the" duplicated] > This is a different processing problem than from the the above case. > ["on the" transposed] > a new attribute Scan.HINT_LOOKAHEAD can be set the on Scan object. > ["given" should be "give"] > Enabling the RPC-level logging on a RegionServer can often given insight on timings at the server. > ["That's" contraction needs apostrophe] > (Thats right, for hadoop.ipc, NOT, hbase.ipc) > ["it's" contraction needs apostrophe] > ...the longer the collections take but if its too small... > ["etc." needs a period] > (like put, delete, scan, etc) > ["the" misspelled as "tne"] > ...to recreate the table's state at that time of tne snapshot. > ["gory" misspelled] > ...double entry in master listing of servers for gorey details. > ["Enterprise" misspelled] > Six Enerprise SATA disks > ["print" misspelled] > ...you can pring the contents of a WAL... > ["input" misspelled] > For ImportTsv to use this imput file... > ["It's" contraction needs apostrophe] > Its usually hostname but can also be FQDN. > ["multiple" misspelled] > ...gracefully stopping mutiple RegionServers concurrently. > ["multiple" misspelled] > ...decommissioning mulitple nodes may be non-optimal... > ["its" possessive should not have apostrophe (in two places)] > Enable the table replication switch for all it's column families. > Disable the table replication switch for all it's column families. > ["reaches" misspelled] > ...or the reader reaces the end of the WAL... > [space needed after comma and after period] > There are two types of queues,fifo and deadline.To configure the type of queue used... > ["throughput" misspelled] > ...driven by required thoughput for reads and/or writes. > ["search" misspelled] > seach for HBase on the Apache Git page. > ["occurred" misspelled] > An Ant BuildException has occured... > ["functionality" misspelled] > You can set up IntelliJ IDEA for similar functinoality as Eclipse. > ["useful" misspelled] > It would be userful to mirror the eclipse set-up instructions for other IDEs. > ["peculiarity" misspelled] > This seems to be a maven pecularity that is probably fixable... > ["artifact" misspelled] > Note that Hadoop-3.0.0-SNAPSHOT does not currently have a deployed maven artificat... > ["earlier" misspelled] > In earilier versions of Apache HBase... > ["It's" contraction needs apostrophe] > Its not an error. > ["incompatibility" misspelled] > ...address a critical incompatability... > ["applied" misspelled] > ...should be appled to the new tag. > [space needed after period] > ...matching for each of the groups.This would look something like... > [spaced needed after "Exceptions"] > ExceptionsThere are currently... > ["period" misspelled] > ...and there will be a transition periond. > ["Created" needs period and space after it] > Determine How a Patch Was CreatedIf the first few lines... > ["the build" needs a space] > ...commits do not break thebuild or tests... > ["version" misspelled] > What verion of ZooKeeper should I use? > ["vetoes" misspelled] > Any -1 on a patch by anyone vetos a patch; > ["dependency" misspelled] > ...model your Maven depency after one of the following... > ["run" duplicated] > You may also want to run run hbck a few times... > ["file" misspelled] > If this flie is missing... > ["Let's" contraction needs apostrophe] > Lets presume your Hadoop shipped... > ["libraries" misspelled] > Where the JVM looks to find native librarys... > [spaces needed after "section" and "to"] > The offset of the sectionthat we need toload... > ["first" duplicated] > The offset of the first first data block. > ["for" duplicated] > ...asks for for a Service the server does not support... > ["i.e." needs period] > The CellBlock is optionally used ferrying the bulk of the RPC data: i.e Cells/KeyValues. > ["preceded" misspelled] > ...all requests and responses preceeded by a length... > ["hadoop's" possessive needs apostrophe] > Uses hadoops compression codecs. > ["Hadoop's" possessive apostrophe misplaced] > Hadoops' CompressionCodec Interface. -- This message was sent by Atlassian JIRA (v6.3.4#6332)