Answer : C
Option A is incorrect - Hue (Hadoop User Experience) is an open-source, web-based, graphical user interface for use with Amazon EMR and Apache Hadoop. Hue groups together several different Hadoop ecosystem projects into a configurable interface. Amazon EMR has also added customizations specific to Hue in Amazon EMR. Hue acts as a front-end for applications that run on your cluster, allowing you to interact with applications using an interface that may be more familiar or user-friendly. The applications in Hue, such as the Hive and Pig editors, replace the need to log in to the cluster to run scripts interactively using each application`s respective shell
https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-hue.html
Option B is incorrect - Apache Flink is a streaming dataflow engine that you can use to run real-timestream processing on high-throughput data sources. Flink supports event time semantics for out-of-order events, exactly-once semantics, backpressure control, and APIs optimized for writing both streaming and batch applications.
https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-flink.html
Option C is correct -Apache Phoenix is used for OLTP and operational analytics, allowing you to use standard SQL queries and JDBC APIs to work with an Apache HBase backing store.
https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-phoenix.html
Option D is incorrect -HBase is an open source, non-relational, distributed database developed as part of the Apache Software Foundation`s Hadoop project. HBase runs on top of Hadoop Distributed File System (HDFS) to provide non- relational database capabilities for the Hadoop ecosystem
https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-hbase.html