Skip to content

Commit

Permalink
Removed errant carriage return that split a bullet into 2 bullets
Browse files Browse the repository at this point in the history
Changed this:
2. **The CREATE TABLE statement** creates a log4j Hive external table pointing to the 
3.  location of the log4j log file. The field delimiter is ",". The default line delimiter is "\n".  Hive external table 
to this:
2. **The CREATE TABLE statement** creates a log4j Hive external table pointing to the location of the log4j log file. The field delimiter is ",". The default line delimiter is "\n".  Hive external table
  • Loading branch information
jamiekt committed Jun 13, 2014
1 parent 3abf39c commit 41ebc34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions articles/hdinsight-use-oozie.md
Expand Up @@ -90,8 +90,7 @@ Oozie workflows definitions are written in hPDL (a XML Process Definition Langua
The Hive action in the workflow calls a HiveQL script file. This script file contains three HiveQL statements:

1. **The DROP TABLE statement** deletes the log4j Hive table in case it exists.
2. **The CREATE TABLE statement** creates a log4j Hive external table pointing to the
3. location of the log4j log file. The field delimiter is ",". The default line delimiter is "\n". Hive external table is used to avoid the data file being removed from the original location, in case you want to run the Oozie workflow multiple times.
2. **The CREATE TABLE statement** creates a log4j Hive external table pointing to the location of the log4j log file. The field delimiter is ",". The default line delimiter is "\n". Hive external table is used to avoid the data file being removed from the original location, in case you want to run the Oozie workflow multiple times.
3. **The INSERT OVERWRITE statement** counts the occurrences of each log level type from the log4j Hive table, and saves the output to an Azure Storage - Blob (WASB) location.

There is a known Hive path issue. You will run into this problem when submitting an Oozie job. The instructions for fixing the issue can be found at [TechNet Wiki][technetwiki-hive-error].
Expand Down

0 comments on commit 41ebc34

Please sign in to comment.