You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by st...@apache.org on 2019/09/19 17:30:54 UTC

[impala] 01/04: [DOCS] Fixed a typo in Impala logs location to /var/log

This is an automated email from the ASF dual-hosted git repository.

stakiar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit d60c7524b5400fdaade378b14d46804b0713fe60
Author: Alex Rodoni <ar...@cloudera.com>
AuthorDate: Wed Sep 18 09:21:04 2019 -0700

    [DOCS] Fixed a typo in Impala logs location to /var/log
    
    Change-Id: I595d616d54b2896f2f4352ebf8568a5a3a42a366
    Reviewed-on: http://gerrit.cloudera.org:8080/14254
    Reviewed-by: Alex Rodoni <ar...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 docs/topics/impala_logging.xml | 40 +++++++++++++++++++---------------------
 1 file changed, 19 insertions(+), 21 deletions(-)

diff --git a/docs/topics/impala_logging.xml b/docs/topics/impala_logging.xml
index aefcb88..da59760 100644
--- a/docs/topics/impala_logging.xml
+++ b/docs/topics/impala_logging.xml
@@ -154,19 +154,17 @@ under the License.
           represented as symbolic links to the latest applicable log files.
         </li>
 
-        <li>
-          The init script for the <codeph>impala-server</codeph> service also produces a
-          consolidated log file <codeph>/var/logs/impalad/impala-server.log</codeph>, with all
+        <li> The init script for the <codeph>impala-server</codeph> service also
+          produces a consolidated log file
+            <codeph>/var/log/impalad/impala-server.log</codeph>, with all the
+          same information as the corresponding<codeph>.INFO</codeph>,
+            <codeph>.WARNING</codeph>, and <codeph>.ERROR</codeph> files. </li>
+
+        <li> The init script for the <codeph>impala-state-store</codeph> service
+          also produces a consolidated log file
+            <codeph>/var/log/impalad/impala-state-store.log</codeph>, with all
           the same information as the corresponding<codeph>.INFO</codeph>,
-          <codeph>.WARNING</codeph>, and <codeph>.ERROR</codeph> files.
-        </li>
-
-        <li>
-          The init script for the <codeph>impala-state-store</codeph> service also produces a
-          consolidated log file <codeph>/var/logs/impalad/impala-state-store.log</codeph>, with
-          all the same information as the corresponding<codeph>.INFO</codeph>,
-          <codeph>.WARNING</codeph>, and <codeph>.ERROR</codeph> files.
-        </li>
+            <codeph>.WARNING</codeph>, and <codeph>.ERROR</codeph> files. </li>
       </ul>
 
       <p>
@@ -289,15 +287,15 @@ under the License.
 
     <conbody>
 
-      <p>
-        By default, the Impala log is stored at <codeph>/var/logs/impalad/</codeph>. The most
-        comprehensive log, showing informational, warning, and error messages, is in the file
-        name <filepath>impalad.INFO</filepath>. View log file contents by using the web
-        interface or by examining the contents of the log file. (When you examine the logs
-        through the file system, you can troubleshoot problems by reading the
-        <filepath>impalad.WARNING</filepath> and/or <filepath>impalad.ERROR</filepath> files,
-        which contain the subsets of messages indicating potential problems.)
-      </p>
+      <p> By default, the Impala log is stored at
+          <codeph>/var/log/impalad/</codeph>. The most comprehensive log,
+        showing informational, warning, and error messages, is in the file name
+          <filepath>impalad.INFO</filepath>. View log file contents by using the
+        web interface or by examining the contents of the log file. (When you
+        examine the logs through the file system, you can troubleshoot problems
+        by reading the <filepath>impalad.WARNING</filepath> and/or
+          <filepath>impalad.ERROR</filepath> files, which contain the subsets of
+        messages indicating potential problems.) </p>
 
       <p>
         On a machine named <codeph>impala.example.com</codeph> with default settings, you could