You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemall.apache.org by my...@apache.org on 2016/12/02 08:02:30 UTC

[40/50] [abbrv] incubator-hivemall git commit: Mod README

Mod README



Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/7447dde6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/7447dde6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/7447dde6

Branch: refs/heads/JIRA-22/pr-336
Commit: 7447dde61f3a9cb8e3ba5ab278a260d0a0615524
Parents: 144cb50
Author: amaya <gi...@sapphire.in.net>
Authored: Fri Nov 18 03:23:46 2016 +0900
Committer: amaya <gi...@sapphire.in.net>
Committed: Fri Nov 18 03:23:46 2016 +0900

----------------------------------------------------------------------
 systemtest/README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/7447dde6/systemtest/README.md
----------------------------------------------------------------------
diff --git a/systemtest/README.md b/systemtest/README.md
index 2805165..2b1167e 100644
--- a/systemtest/README.md
+++ b/systemtest/README.md
@@ -195,8 +195,9 @@ pink	255	192	203
 ```sql
 -- write your hive queries
 -- comments like this and multiple queries in one row are allowed
-SELECT blue FROM color WHERE name = 'lavender';SELECT green FROM color WHERE name LIKE 'orange%' 
-SELECT name FROM color WHERE blue = 255
+SELECT blue FROM color WHERE name = 'lavender';
+SELECT green FROM color WHERE name LIKE 'orange%';
+SELECT name FROM color WHERE blue = 255;
 ```
 
 * `systemtest/src/test/resources/hivemall/QuickExample/answer/test3` (`systemtest/src/test/resources/${path/to/package}/${className}/answer/${fileName}`)
@@ -205,6 +206,6 @@ tsv format is required
 
 ```tsv
 250
-165    69
-azure    blue    magenta
+165	69
+azure	blue	magenta
 ```