You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 21, 2025. It is now read-only.
我有个txt文本数据,列分割是tab,数据量是1627254条
thedate数据列的值是固定值20130101
通过hadoop fs -copyFromLocal msn.txt /mdrill/tablelist/msn/dt=20130101 拷贝到目录
然后通过./bluewhale mdrill index建立索引
通过sql.jsp页面查询数据量和带条件的语句查询出来的结果,跟我数据库的查询的结果有差异。
请问这个问题会是什么造成的呢?
难道是端口有问题吗?请解!~