Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已将数据集存储在 Apache Hive 中,但想对 Hive 数据库中的数据使用 Mahout。
如何集成 Mahout 和 Hive,以便让 Mahout 从 Hive 数据库中读取?
我认为您需要修改 mahout 作业并替换 hive 中的数据源。当数据存储在 HBase 中时,我会这样做。
我认为,您可以使用HiveJDBC 驱动程序并在 Mahout 方面使用相应的 JDBC 组件