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.
我一直在 Cloudera 演示 VM 中试验 Mahout,并使用 k-Means 成功地对示例合成控制数据 (https://cwiki.apache.org/MAHOUT/clustering-of-synthetic-control-data.html) 进行聚类算法。我使用过 ClusterDumper 并且可以查看 Mahout 输出,但现在我想将输出放入 Hive 表中。我该怎么做呢?
没有直接的整合。最好的办法是修改 ClusterDumper 以生成某种可以作为表格数据导入 Hive 的文本表示。
在 Hive 中创建一个外部表,它应该指向 Mahout o/p 路径。
I've made a simple UDP chat server and client
Client sends a packet containing a string, server receives it.
Upon receipt, the server should be able to tell if the IP AND Port number