[jira] [Created] (FLINK-36301) TPC-H end-to-end test fails due to TimeoutException

2024-09-17 Thread Matthias Pohl (Jira)
Matthias Pohl created FLINK-36301: - Summary: TPC-H end-to-end test fails due to TimeoutException Key: FLINK-36301 URL: https://issues.apache.org/jira/browse/FLINK-36301 Project: Flink Issue

[jira] [Created] (FLINK-36259) TPC-H E2E test failed due to TM heartbeat timeout

2024-09-11 Thread Weijie Guo (Jira)
Weijie Guo created FLINK-36259: -- Summary: TPC-H E2E test failed due to TM heartbeat timeout Key: FLINK-36259 URL: https://issues.apache.org/jira/browse/FLINK-36259 Project: Flink Issue Type

h

2020-09-07 Thread
f 568793005 邮箱:568793...@qq.com 签名由 网易邮箱大师 定制

[jira] [Created] (FLINK-16917) "TPC-H end-to-end test (Blink planner)" gets stuck

2020-04-01 Thread Robert Metzger (Jira)
Robert Metzger created FLINK-16917: -- Summary: "TPC-H end-to-end test (Blink planner)" gets stuck Key: FLINK-16917 URL: https://issues.apache.org/jira/browse/FLINK-16917 Project: Flink

[jira] [Created] (FLINK-16265) TPC-H end-to-end test (Blink Planner): Encodings that differ from the schema are not supported yet for CsvTableSources.

2020-02-24 Thread Robert Metzger (Jira)
Robert Metzger created FLINK-16265: -- Summary: TPC-H end-to-end test (Blink Planner): Encodings that differ from the schema are not supported yet for CsvTableSources. Key: FLINK-16265 URL: https

[jira] [Created] (FLINK-13704) TPC-H end-to-end test (Blink planner) fails on Travis

2019-08-13 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-13704: - Summary: TPC-H end-to-end test (Blink planner) fails on Travis Key: FLINK-13704 URL: https://issues.apache.org/jira/browse/FLINK-13704 Project: Flink

[jira] [Created] (FLINK-13607) TPC-H end-to-end test (Blink planner) failed on Travis

2019-08-07 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-13607: - Summary: TPC-H end-to-end test (Blink planner) failed on Travis Key: FLINK-13607 URL: https://issues.apache.org/jira/browse/FLINK-13607 Project: Flink

[jira] [Created] (FLINK-13546) Run TPC-H E2E test on travis cron job

2019-08-01 Thread Jark Wu (JIRA)
Jark Wu created FLINK-13546: --- Summary: Run TPC-H E2E test on travis cron job Key: FLINK-13546 URL: https://issues.apache.org/jira/browse/FLINK-13546 Project: Flink Issue Type: Task

[jira] [Created] (FLINK-13436) Add TPC-H queries as E2E tests

2019-07-26 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-13436: - Summary: Add TPC-H queries as E2E tests Key: FLINK-13436 URL: https://issues.apache.org/jira/browse/FLINK-13436 Project: Flink Issue Type: Test

Re: [DISCUSS] Distributed TPC-H DataGenerator for flink-contrib

2015-03-23 Thread Fabian Hueske
+1 On Mar 23, 2015 7:39 PM, "Robert Metzger" wrote: > Great, thanks for taking some time looking at this! > > If nobody objects in the next 48 hours, I'll open a PR for the TPC-H data > generator. > > On Mon, Mar 23, 2015 at 7:34 PM, Henry Saputra > wrote: &

Re: [DISCUSS] Distributed TPC-H DataGenerator for flink-contrib

2015-03-23 Thread Robert Metzger
Great, thanks for taking some time looking at this! If nobody objects in the next 48 hours, I'll open a PR for the TPC-H data generator. On Mon, Mar 23, 2015 at 7:34 PM, Henry Saputra wrote: > Yeah, I believe it should be ok since we do not actually package any > code bits from T

Re: [DISCUSS] Distributed TPC-H DataGenerator for flink-contrib

2015-03-23 Thread Henry Saputra
Yeah, I believe it should be ok since we do not actually package any code bits from TPC-H. I think giving trademark nudge to TPC-H in our NOTICE file should be good. - Henry On Mon, Mar 23, 2015 at 11:23 AM, Robert Metzger wrote: > I've send a message to admin-i...@tpc.org and neve

Re: [DISCUSS] Distributed TPC-H DataGenerator for flink-contrib

2015-03-23 Thread Robert Metzger
tpc.org to ask about fair > usage of example data? > > > - Henry > > On Sat, Feb 28, 2015 at 12:07 PM, Robert Metzger > wrote: > > I tried twice writing them but I didn't receive an answer. > > But given that Apache Calcite is also using airlift/tpch in its &

Re: [DISCUSS] Distributed TPC-H DataGenerator for flink-contrib

2015-03-23 Thread Henry Saputra
tpch in its > dependencies as well, I would like to add the TPC-H data generator to > "flink-contrib". > I would also add a note that TPC is a registered trademark and that our > generator is not the official generator and may not be used to generate > test data for

Re: [DISCUSS] Distributed TPC-H DataGenerator for flink-contrib

2015-02-28 Thread Robert Metzger
I tried twice writing them but I didn't receive an answer. But given that Apache Calcite is also using airlift/tpch in its dependencies as well, I would like to add the TPC-H data generator to "flink-contrib". I would also add a note that TPC is a registered trademark and that our g

Re: [DISCUSS] Distributed TPC-H DataGenerator for flink-contrib

2015-02-11 Thread Stephan Ewen
> > It might also be that it is OK to add the code but not under the name > > TPC-H. > > > > 2015-02-11 13:55 GMT+01:00 Ufuk Celebi : > > > > > Nice, this is a great tool. :) > > > > > > On 09 Feb 2015, at 17:05, Robert Metzger wrote: >

Re: [DISCUSS] Distributed TPC-H DataGenerator for flink-contrib

2015-02-11 Thread Robert Metzger
Okay, thank you. I'll write a mail to tpc.org and ask which rules we have to respect. On Wed, Feb 11, 2015 at 2:16 PM, Fabian Hueske wrote: > +1 for reaching out to the TPC. > > It might also be that it is OK to add the code but not under the name > TPC-H. > > 2015-02-

Re: [DISCUSS] Distributed TPC-H DataGenerator for flink-contrib

2015-02-11 Thread Fabian Hueske
+1 for reaching out to the TPC. It might also be that it is OK to add the code but not under the name TPC-H. 2015-02-11 13:55 GMT+01:00 Ufuk Celebi : > Nice, this is a great tool. :) > > On 09 Feb 2015, at 17:05, Robert Metzger wrote: > > > However, the website is not real

Re: [DISCUSS] Distributed TPC-H DataGenerator for flink-contrib

2015-02-11 Thread Ufuk Celebi
Nice, this is a great tool. :) On 09 Feb 2015, at 17:05, Robert Metzger wrote: > However, the website is not really helpful: http://www.tpc.org/trademarks/ > > As one data point, the Apache Calcite (incubating) project also depends on > the mentioned airlift/tpch repository: > https://github.co

Re: [DISCUSS] Distributed TPC-H DataGenerator for flink-contrib

2015-02-09 Thread Robert Metzger
Hi Fabian, The legal TPC-H documents are hard to parse ;) I think we don't have any issues with the tools or documents they provide, because we are not modifying their generator tools. Also, we are not publishing any performance numbers. There is one remaining concern and thats the TPC trad

Re: [DISCUSS] Distributed TPC-H DataGenerator for flink-contrib

2015-02-09 Thread Fabian Hueske
I think this is a great tool and would be a nice contribution. I am however not sure about the licensing here. Even though the used library appears to be AL2 licensed, I do not know if there are any restrictions from the Transaction Processing Performance Council (TPC, tpc.org). TPC-H is a

[DISCUSS] Distributed TPC-H DataGenerator for flink-contrib

2015-02-09 Thread Robert Metzger
b) an example which generates two TPC-H tables on-the-fly to join them: https://github.com/rmetzger/scratch/blob/distributed-tpch-generator/src/main/java/flink/generators/programs/TPCHGeneratorExample.java Before I spend time on integrating it into the "flink-contrib" package, I was wond