Bug #74126 ndb_setup executable is missing
Submitted: 28 Sep 2014 22:27 Modified: 30 Sep 2014 8:25
Reporter: Andrew Morgan Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Cluster: Configurator Severity:S3 (Non-critical)
Version:7.3 OS:Linux
Assigned to: CPU Architecture:Any

[28 Sep 2014 22:27] Andrew Morgan
Description:
The ndb_setup executable is missing from the Linux tar ball and OS X package. This means that the user must execute "python <cluster>/bin/ndb_setup.py" rather than just "ndb_setup".

How to repeat:
Check contents of the packages

Suggested fix:
Add the ndb_setup wrapper back into the packages
[30 Sep 2014 8:25] MySQL Verification Team
Hello Andrew,

Thank you for the report.

Thanks,
Umesh
[30 Sep 2014 8:26] MySQL Verification Team
// in 7.3.6/7.4.1  tar ball

[root@cluster-repo cluster]# ls -l mysql-cluster-7.3.6/bin/|grep "ndb_setup*"
-rwxr-xr-x 1 7161 wheel      1802 Jul  2 14:45 ndb_setup.py
[root@cluster-repo cluster]# ls -l mysql-cluster-/bin/|grep "ndb_setup*"
mysql-cluster-7.3.6/     mysql-cluster-gpl-7.4.1/
[root@cluster-repo cluster]# ls -l mysql-cluster-gpl-7.4.1/bin/|grep "ndb_setup*"
-rwxr-xr-x 1 7161 wheel      1802 Sep 18 03:04 ndb_setup.py