guyuqi commented on PR #1147: URL: https://github.com/apache/bigtop/pull/1147#issuecomment-1711104163
Thanks for your efforts and elaboration on this work. @uscxiexing >>The error like pgsql service is not start,when I add the command "/usr/bin/pg_ctl initdb -D /var/lib/pgsql/data" to init pgsql >>in openeuler,the smoketest is ok. And other os did not needs. You mean that Ambari could not start in openEuler because postgreSQL was not be started by command ` /usr/bin/postgresql-setup --init`, and postgreSQL could be started by the other command: `/usr/bin/pg_ctl initdb -D /var/lib/pgsql/data` in openEuler, right? Please correct me if I have a misunderstanding. IMO, what about removing postgre installation from puppet script and just adding your `initdb` command for openEuler? >>I notice you run-in ambari and ranger.but start ambari and ranger somketest in fedora ,i got a error, pgsql init repea,the >>log is If we change the `initdb` command to `/usr/bin/pg_ctl initdb -D /var/lib/pgsql/data` and it could fix the issues when we run Ranger and Ambari smoke tests together, just do it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
