[kudu-CR](branch-0.9.x) KUDU-1459 Updated error sentence about SSE4.2 support

2016-05-24 Thread Jean-Daniel Cryans (Code Review)
Jean-Daniel Cryans has posted comments on this change.

Change subject: KUDU-1459 Updated error sentence about SSE4.2 support
..


Patch Set 1: Code-Review+2

-- 
To view, visit http://gerrit.cloudera.org:8080/3187
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Icb56a23a528906c04644f36da1386b887328f326
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: branch-0.9.x
Gerrit-Owner: Todd Lipcon 
Gerrit-Reviewer: Cenk Uyan 
Gerrit-Reviewer: Jean-Daniel Cryans
Gerrit-Reviewer: Kudu Jenkins
Gerrit-HasComments: No


[kudu-CR](branch-0.9.x) KUDU-1459 Updated error sentence about SSE4.2 support

2016-05-24 Thread Jean-Daniel Cryans (Code Review)
Jean-Daniel Cryans has submitted this change and it was merged.

Change subject: KUDU-1459 Updated error sentence about SSE4.2 support
..


KUDU-1459 Updated error sentence about SSE4.2 support

This patch augments the error sentence at initial startup about
the CPU not supporting SSE4.2, with a possible source of the error
 when running inside a VM and a pointer in the Quickstart/Troubleshooting
 section of the online documentation.
(Virtualbox has a pass-through feature for this)

Change-Id: Icb56a23a528906c04644f36da1386b887328f326
Reviewed-on: http://gerrit.cloudera.org:8080/3152
Reviewed-by: Todd Lipcon 
Tested-by: Kudu Jenkins
(cherry picked from commit 0346d029dfc0b369e6eeec5eb5f530f50d73a011)
Reviewed-on: http://gerrit.cloudera.org:8080/3187
Reviewed-by: Jean-Daniel Cryans
---
M docs/quickstart.adoc
M src/kudu/util/init.cc
2 files changed, 6 insertions(+), 1 deletion(-)

Approvals:
  Jean-Daniel Cryans: Looks good to me, approved
  Kudu Jenkins: Verified



-- 
To view, visit http://gerrit.cloudera.org:8080/3187
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Icb56a23a528906c04644f36da1386b887328f326
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: branch-0.9.x
Gerrit-Owner: Todd Lipcon 
Gerrit-Reviewer: Jean-Daniel Cryans
Gerrit-Reviewer: Kudu Jenkins


[kudu-CR](branch-0.9.x) KUDU-1459 Updated error sentence about SSE4.2 support

2016-05-23 Thread Todd Lipcon (Code Review)
Todd Lipcon has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/3187

Change subject: KUDU-1459 Updated error sentence about SSE4.2 support
..

KUDU-1459 Updated error sentence about SSE4.2 support

This patch augments the error sentence at initial startup about
the CPU not supporting SSE4.2, with a possible source of the error
 when running inside a VM and a pointer in the Quickstart/Troubleshooting
 section of the online documentation.
(Virtualbox has a pass-through feature for this)

Change-Id: Icb56a23a528906c04644f36da1386b887328f326
Reviewed-on: http://gerrit.cloudera.org:8080/3152
Reviewed-by: Todd Lipcon 
Tested-by: Kudu Jenkins
(cherry picked from commit 0346d029dfc0b369e6eeec5eb5f530f50d73a011)
---
M docs/quickstart.adoc
M src/kudu/util/init.cc
2 files changed, 6 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/87/3187/1
-- 
To view, visit http://gerrit.cloudera.org:8080/3187
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icb56a23a528906c04644f36da1386b887328f326
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: branch-0.9.x
Gerrit-Owner: Todd Lipcon 
Gerrit-Reviewer: Cenk Uyan