[
https://issues.apache.org/jira/browse/DRILL-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14096755#comment-14096755
]
heizhima_2000 commented on DRILL-1300:
--------------------------------------
yeah, i met the same problem,
after doing a loooooooot of research & testing, i did this below where i found
in the src file
./exec/java-exec/src/test/java/org/apache/drill/TestTpchDistributed.java ,
and guess what?
IT WORKS ! OH MY LADY GAGA WHY ?
why is NOT it illustrated anywhere,
i mean, anywhere !
this is what i've done :
0: jdbc:drill:zk=my_zk_ip:my_zk_port> alter session set `planner.slice_target`
= 10;
+------------+------------+
| ok | summary |
+------------+------------+
| true | planner.slice_target updated. |
+------------+------------+
1 row selected (0.198 seconds)
P.S. :
i know nothing ab' `planner.slice_target`, and it's really not what i named ,
i swear to god !
> Can't use Drill 0.4.0 Release in distributed mode
> -------------------------------------------------
>
> Key: DRILL-1300
> URL: https://issues.apache.org/jira/browse/DRILL-1300
> Project: Apache Drill
> Issue Type: Bug
> Components: Tools, Build & Test
> Affects Versions: 0.4.0
> Environment: Linux
> Reporter: xiaoliang
>
> I installed Drill 0.4.0 Release on three machines with default configuation,
> but I don't uninstall old version Drill. And both have the same
> configuation.I changed file runbit, adding “ -Djava.net.preferIPv4Stack=true”
> after “exec”.
> When I run query on Drill 0.4.0 Release, only one machine is running from
> zookeeper report, but the old version is ok. Why?
--
This message was sent by Atlassian JIRA
(v6.2#6252)