Improve cloudera version error message
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Trafodion |
New
|
Low
|
Unassigned |
Bug Description
When an older Trafodion build is installed on a CDH 5.3 cluster the error message
***ERROR: Only Cloudera Versions 5.0.* or 5.1.* are currently supported.
kind of implies that Trafodion doesn't support CHD 5.3 when its just the specific old build that is being installed that doesn't. In this particular case the user entered the wrong Trafodion build but the error message didn't help them discover that. The error message should be more detailed
***ERROR: Only Cloudera Versions 5.0.* or 5.1.* are currently supported for the Trafodion build you specified
***ERROR: Please make sure you are installing the correct version of Trafodion and/or Cloudera
Also, the display of the detected Cloudera version is a bit cryptic
Enter location of trafodion tar file (): /root/trafodion
***INFO: Detecting Hadoop distro
***INFO: Cloudera detected
***ERROR: Only Cloudera Versions 5.0.* or 5.1.* are currently supported.
***ERROR: Detected Cloudera version:
15/05/08 15:09:18 INFO Configuration.
HBase Shell; enter 'help<RETURN>' for list of supported commands.
Type "exit<RETURN>" to leave the HBase Shell
Version 0.98.6-cdh5.3.2, rUnknown, Tue Feb 24 12:56:59 PST 2015
exit
***ERROR: Error while running traf_config_setup.
***ERROR: No configuration file created.
It should instead be as follows to be less cryptic:
***ERROR: Detected Cloudera version: cdh5.3.2
***DEBUG: additional info
15/05/08 15:09:18 INFO Configuration.
HBase Shell; enter 'help<RETURN>' for list of supported commands.
Type "exit<RETURN>" to leave the HBase Shell
Version 0.98.6-cdh5.3.2, rUnknown, Tue Feb 24 12:56:59 PST 2015
exit
tags: | added: installer |
Changed in trafodion: | |
importance: | Undecided → Low |
milestone: | none → r2.0 |