Re: 答复: problems for the debuging the frontend in Eclipse IDE

2016-10-18 Thread Jim Apple
Unfortunately, this mailing list is configured not to forward pictures. On Mon, Oct 17, 2016 at 11:04 PM, Zhangjun (Jerry) < jerry.zhang...@huawei.com> wrote: > I run the below command outside Eclipse IDE, it can run successfully > > Command is : > > mvn test

Re: Bulk JIRA email, or how to find good newbie tasks

2016-10-18 Thread Jim Apple
How shall we distinguish between the following three classes of issues: 1. Un-triaged ramp-up issues 2. ramp-up issues that are not for newbies 3. newbie issues We could add two tags, "newbie" and "non-newbie". We could call the second tag something other than "non-newbie", like "second-patch"

答复: problems for the debuging the frontend in Eclipse IDE

2016-10-18 Thread Zhangjun (Jerry)
I run the below command outside Eclipse IDE, it can run successfully Command is : mvn test -Dtest=com.cloudera.impala.planner.PlannerTest In Eclipse IDE, when I run the test case, the console pint the below message and shutdown suddenly [cid:image001.png@01D22948.7E7003A0]

Please read if you use ./testdata/bin/run-all.sh as part of your workflow

2016-10-18 Thread Tim Armstrong
A couple of recent commits (IMPALA-4299 and IMPALA-4259) changed the behaviour of these scripts slightly. Before ./buildall.sh indiscriminately clobbered and regenerated test cluster config files, so running something like the below would regenerate the test cluster configs, then restart the

[Impala-CR](cdh5-2.6.0 5.8.0) PREVIEW IMPALA-4223: Fix buffer handling in ScannerContext

2016-10-18 Thread Dan Hecht (Code Review)
Dan Hecht has posted comments on this change. Change subject: PREVIEW IMPALA-4223: Fix buffer handling in ScannerContext .. Patch Set 1: Can't make changes to 2.6 - that release has shipped. What branch did you intend? --

[Impala-CR](cdh5-2.6.0 5.8.0) PREVIEW: IMPALA-4223: Handle truncated file read from HDFS cache

2016-10-18 Thread Dan Hecht (Code Review)
Dan Hecht has posted comments on this change. Change subject: PREVIEW: IMPALA-4223: Handle truncated file read from HDFS cache .. Patch Set 1: Same -- To view, visit http://gerrit.cloudera.org:8080/4645 To unsubscribe, visit

[Toolchain-CR] Versioning of build artifacts

2016-10-18 Thread Tim Armstrong (Code Review)
Tim Armstrong has posted comments on this change. Change subject: Versioning of build artifacts .. Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/4742/1/functions.sh File functions.sh: PS1, Line 425: git

[Toolchain-CR] Versioning of build artifacts

2016-10-18 Thread Tim Armstrong (Code Review)
Tim Armstrong has uploaded a new patch set (#2). Change subject: Versioning of build artifacts .. Versioning of build artifacts Previously publishing a new version of toolchain artifacts clobbered the previous version. This is

[Toolchain-CR] Versioning of build artifacts

2016-10-18 Thread Matthew Jacobs (Code Review)
Matthew Jacobs has posted comments on this change. Change subject: Versioning of build artifacts .. Patch Set 2: Code-Review+1 Nice, thanks! I can imagine the changes on the Impala side will be very easy, but it'd be good to

[Toolchain-CR] Versioning of build artifacts

2016-10-18 Thread Michael Brown (Code Review)
Michael Brown has posted comments on this change. Change subject: Versioning of build artifacts .. Patch Set 2: (2 comments) Nice idea. http://gerrit.cloudera.org:8080/#/c/4742/2/buildall.sh File buildall.sh: PS2, Line 69:

[Impala-CR](cdh5-2.6.0 5.8.0) PREVIEW IMPALA-4223: Fix buffer handling in ScannerContext

2016-10-18 Thread Lars Volker (Code Review)
Lars Volker has abandoned this change. Change subject: PREVIEW IMPALA-4223: Fix buffer handling in ScannerContext .. Abandoned This seems to fix a non-existing issue (i.e. my analysis was flawed) :) -- To view, visit