Deepak-Vohra
Deepak-Vohra
The `BASE_PATH` in Phalcon tutorial https://docs.phalconphp.com/en/3.4/tutorial-base is inaccurate. `define('BASE_PATH', dirname(__DIR__));` Based on directory structure used with` index.php` in `public `dir `BASE_PATH` should be `define('BASE_PATH', dirname(__DIR__ . '/..'));`
With a Swarm cluster consisting of a master and 2 worker nodes constraints added to place a service replicas on both manager and worker get added. How could a service...
A SELECT query on a Hive table stored By MongoDb storage handler generates org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.NumberFormatException: null
With the hive-mongo-0.0.4-jar-with-dependencies.jar the org.yong3.hive.mongo.MongoStorageHandler class is not found.
Getting error org.spootnik.sqlstream: no replication connection open with java -jar sqlstream-0.1.0-standalone.jar Kafka server is running. Topic is created.
### Expected behavior Only tasks for a specific service be listed. ### Actual behavior Tasks for all services starting with the specified service name get listed. ### Steps to reproduce...