-
Create a new database in MySQL and grant privileges to a Hue user to manage this database.
mysql> create database hue; Query OK, 1 row affected (0.01 sec) mysql> grant all on hue.* to 'hue'@'localhost' identified by 'secretpassword'; Query OK, 0 rows affected (0.00 sec)
- Shut down Hue if it is running.
-
To migrate your existing data to MySQL, use the following command to dump the existing database data to a text file. Note that using the ".json" extension is required.
$ /usr/share/hue/build/env/bin/hue dumpdata > <some-temporary-file>.json
-
Open the
hue.ini
file in a text editor. Directly below the[[database]]
line, add the following options (and modify accordingly for your MySQL setup):host=localhost port=3306 engine=mysql user=hue password=secretpassword name=hue
-
As the Hue user, configure Hue to load the existing data and create the necessary database tables:
$ /usr/share/hue/build/env/bin/hue syncdb --noinput $ mysql -uhue -psecretpassword -e "DELETE FROM hue.django_content_type;" $ /usr/share/hue/build/env/bin/hue loaddata <temporary-file-containing-dumped-data>.json
Your system is now configured and you can start the Hue server as normal.
Note: The above commands will produce some errors when the hue daemon has been installed without
mysql configuration.
My practise is that alter the database config in hue.ini in the original tarball and then run
PREFIX=/path/to/hue-install-parent-dir make install
a. delete the old hue database in mysql
b.
#hue syncdb --noinput #hue migrate
References
http://cloudera.github.io/hue/docs-3.5.0/manual.html
相关推荐
在 Hue 源码目录下,执行以下命令来编译和安装 Hue: ```bash make clean make apps sudo make install ``` 六、启动 Hue 服务 安装完成后,设置 Hue 为开机启动,并启动服务: ```bash sudo cp desktop/conf/...
Cylon.js For Hue Cylon.js( )是用于机器人技术,物理计算和物联网(IoT)JavaScript框架。 该存储库包含可连接到的Cylon适配器/驱动器。 它使用创建的node-hue-api节点模块( )谢谢! 是否想在机器人上使用Ruby...
Storm-HUE:Apache Storm HUE应用程序Storm-HUE是一个应用程序,用于管理和管理拓扑池。特征管理操作(启动和停止拓扑,重新平衡)。 基于检索指标数据的自定义仪表板HUE启动时配置验证器要求或更高。 同一Hue服务器...
RandomColorSwift 是从 randomColor.js 移植过来的 Swift 颜色生成器,非常迷人。代码示例:import RandomColor ...let colors = randomColorsCount(20, hue: .Value(120), luminosity: .Random)
节点色调与 Philips Hue API 通信的模块安装npm install --save node-hue发现桥梁自动发现桥这将搜索桥,并使用搜索遇到的第一个有效桥 var hue = new Hue ( < UserName> );手动分配网桥 var hue = new Hue(, );配置...
统一色调在Unity中控制Philips Hue灯如何使用打开项目或在现有项目中导入Unity-Hue.unitypackage 在您的场景中导入Hue Bridge.prefab 按照Phillips Hue创建用户名,然后将其放在username段中。 单击“ Discover ...
- **MySQL 数据库**:预先创建名为 hue 的数据库,并授予 Hue 用户相应的权限,以便存储配置信息。 - **HDFS 目录**:在 HDFS 上为 hue 创建家目录,并设置所有权。 3. **下载和配置** - **下载插件**:从 ...
:horizontal_traffic_light: dmx-hue Art-Net节点通过DMX控制飞利浦Hue灯 安装 安装 ,然后打开命令提示符: npm install -g dmx-hue 用法 Usage: dmx-hue [setup] [options] Create an ArtNet DMX<>Hue bridge...
### Big Data Made Easy – A Comprehensive Guide to the Hadoop Ecosystem #### Introduction to Big Data and Hadoop In today's digital era, the volume and variety of data generated by businesses and ...
本文主要讲述在Hue平台使用Oozie工作流操作Sqoop工具将MySQL数据库的数据传输到HDFS中,并最终导入到Hive表中的经验。以下是详细知识点: 1. Hue平台和Oozie工作流简介: Hue是一种开源的用户界面,用于简化与...
标题 "echo-hue:带有亚马逊 Echo 的非常基本的飞利浦 Hue 控制" 提供了我们正在探讨的项目的核心信息。这是一个使用 JavaScript 开发的工具,它允许用户通过亚马逊 Echo 智能音箱来控制飞利浦 Hue 智能灯泡。Echo-...
标题 "hue:PHP 类来控制飞利浦色调" 指出的是一个使用 PHP 编程语言实现的库,用于连接并控制飞利浦的 Hue 智能照明系统。这个系统允许用户通过网络接口对家中的智能灯泡进行远程操控,实现个性化照明设置,如调节...
【humix-sense-hue: Humix 的色调控制】是一个专为飞利浦 Hue 智能照明系统设计的项目,旨在实现通过 Humix 平台的眼控功能来调节灯光的色调。Humix 是一个开源的物联网(IoT)框架,它允许开发者创建自定义的智能家居...
孝美顺将Hue与Hiome集成在一起,并根据Hiome的占用量直接控制Hue灯。安装git clone https://github.com/Hiome/hiome-hue.git npm install 按下色相桥上的链接按钮将其与Hiome配对npm start设置该脚本假定您拥有与...
色相发现探索本地可用的顺化桥npm install hue-discover用法const discover = require ( 'hue-discover' ) ;discover ( ) . then ( bridges => { for ( let bridge of bridges ) { console . log ( birdge ) ; }} ) ...
C2Hue C2Hue 是 Construct 2 的插件,允许在您的游戏中快速实现 Phillips Hue 灯光。当前的功能集使用 Hue 桥进行身份验证。 设置并获取色调、饱和度、亮度。 打开/关闭灯。 获取灯的当前开/关状态。安装[下载当前...
适用于Philips Hue和/或deCONZ的Homebridge插件 版权所有:copyright:2016-2021 Erik Baauw。 版权所有。 介绍 这个插件向连接到Philips 桥或德累斯顿电子网关的Apple ZigBee设备(灯,插头,传感器,开关等)。 请...
在大数据处理领域,Hue作为一个用户友好的交互式界面,为Hadoop生态系统提供了一种直观的方式来访问和操作数据。Hue集成了多个大数据组件,如HDFS、Hive、Pig、Spark等,使得数据分析师和开发人员可以方便地进行数据...
《飞利浦Hue的Meem库:使用JavaScript探索智能照明控制》 在现代智能家居领域,飞利浦Hue智能灯泡系统凭借其丰富的色彩、亮度调节和远程控制能力,深受用户喜爱。为了更好地利用这一系统,开发人员创建了各种库来...