0
我想知道Hue是否支持Bigtable。Hue是否支持Google Cloud Bigtable?
它主要取決於Hue是否使用HBase中的協處理器功能。 Hue也應該在Hadoop集羣之外運行。這意味着無法訪問ZooKeeper。
我想知道Hue是否支持Bigtable。Hue是否支持Google Cloud Bigtable?
它主要取決於Hue是否使用HBase中的協處理器功能。 Hue也應該在Hadoop集羣之外運行。這意味着無法訪問ZooKeeper。
Hue不支持BigTable。
經過一番搜索,我發現了一個關於Hbase觀看者的quora文章,並在github上發現了 spot h-rider。 這是開源項目。
它看起來像被遺棄的,但之後我花了3個小時,我是能夠連接到BigTable的(見表和行)
如果谷歌的BigTable使用HBase的節儉V1 API,色調可與它的HBase的瀏覽器應用程序連接到它http://gethue.com/the-web-ui-for-hbase-hbase-browser/ – Romain
Google Bigtable支持節儉:https://github.com/GoogleCloudPlatform/cloud-bigtable-examples/tree/master/python/thrift 我不確定它是否爲v1。 –