Can I use Hadoop in PHP? Can I use Hadoop in PHP? hadoop hadoop

Can I use Hadoop in PHP?


For interacting with HDFS there is a REST API in the HttpFS component. For initiating processing jobs such as MapReduce there is a REST API in the Oozie component. You could call either of those from PHP like any other REST API.