I don't think Hive Streaming works with an embedded metastore (or one in local mode for that matter), most apps besides the JDBC driver require Remote Mode, and since Embedded mode only accepts one connection at a time, I imagine that connection is being taken by the Hive service already.
However you might consider asking the Hive user list [1], if this can be achieved outside of NiFi then it should be able to work with PutHiveStreaming as well. Regards, Matt [1] https://hive.apache.org/mailing_lists.html On Mon, Dec 12, 2016 at 5:15 AM, Provenzano Nicolas <[email protected]> wrote: > Hi all, > > > > Can the PutHiveStreaming processor work when the Hive Metastore server is > deployed in embedded mode ? > > > > I tried to configure the processor to connect to a such configured metastore > server and it fails to connect. > > > > Do I need to deploy the metastore server in remote mode ? (I wanted to use > the embedded mode for test purpose only). > > > > Thanks in advance > > > > BR > > > > Nicolas
