在talend上设置reducers hive

问题描述

所以最近我正在将数据从 oracle 传输到 hive。当我测试查询时,查询需要将近 2.5 个小时。

我的问题是:

在thiverow的代码reducers/参数下面正确放在哪里?

router.get("/:id",async (req,res){
    // find posts by mongoDB ID
    let foundPost = await Posts.findById(req.params.id);
    if (foundPost) {
        let allPosts = await Posts.find({});
        res.render("blog/show",{ Posts: allPosts,post: foundPost });
    }

});

2.我必须设置多少才能获得几乎只有 5-10 分钟的最大运行查询值?

解决此问题的任何其他想法,不胜感激!

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)