Member since
04-01-2016
2
Posts
0
Kudos Received
0
Solutions
04-01-2016
04:05 PM
no i m logged via Kerberos when i send my spark-submit
... View more
04-01-2016
03:47 PM
i have this error message : my conf spark : val Hconf = HBaseConfiguration.create()
// Initialize hBase table if necessary
Hconf.set("hbase.zookeeper.quorum", "****.fr.intranet,****.fr.intranet,****.fr.intranet")
Hconf.set("hbase.zookeeper.property.clientPort", "2181")
Hconf.set("hbase.master", "1**.**.**.**:*****")
Hconf.set("hbase.cluster.distributed", "true")
Hconf.set("hbase.rootdir", "hdfs://hdfsdwb/apps/hbase/data")
Hconf.set("zookeeper.znode.parent", "/hbase-secure")
Hconf.set(TableInputFormat.INPUT_TABLE, tableName)
val admin = new HBaseAdmin(Hconf) et I use HDP-2.3
... View more
Labels: