incubator-wayang icon indicating copy to clipboard operation
incubator-wayang copied to clipboard

Apache Wayang(incubating) is the first cross-platform data processing system.

Results 184 incubator-wayang issues
Sort by recently updated
recently updated
newest added

Why managing previous and predecessors per separate? https://github.com/apache/incubator-wayang/blob/4cc0bfdca06dda171b661822daae5fa438d9d475/python/old_code/orchestrator/operator.py#L73 ```python # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file...

todo

create reduce by plan_dataquanta_sink.console() https://github.com/apache/incubator-wayang/blob/4cc0bfdca06dda171b661822daae5fa438d9d475/python/old_code/orchestrator/main.py#L113 ```python # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with #...

todo

create reduce by plan_dataquanta_sink.console() https://github.com/apache/incubator-wayang/blob/4cc0bfdca06dda171b661822daae5fa438d9d475/python/old_code/orchestrator/main.py#L113 ```python # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with #...

todo

create reduce by .reduce_by(reducer) \ .flatmap(lambda elem: elem.split("|")) .map(lambda elem: (elem, elem.split("|"))) \ L_RETURNFLAG 8 L_LINESTATUS 9 L_QUANTITY 4 L_EXTENDEDPRICE 5 discount 6 tax 7 https://github.com/apache/incubator-wayang/blob/4cc0bfdca06dda171b661822daae5fa438d9d475/python/old_code/orchestrator/execdirectly.py#L114 ```python # # Licensed...

todo

create reduce by .reduce_by(reducer) \ .flatmap(lambda elem: elem.split("|")) .map(lambda elem: (elem, elem.split("|"))) \ L_RETURNFLAG 8 L_LINESTATUS 9 L_QUANTITY 4 L_EXTENDEDPRICE 5 discount 6 tax 7 https://github.com/apache/incubator-wayang/blob/4cc0bfdca06dda171b661822daae5fa438d9d475/python/old_code/orchestrator/execdirectly.py#L114 ```python # # Licensed...

todo

maybe would be better just leave the number as key udf=func, Nevertheless, current configuration runs it over Java To execute the plan directly in the program driver graph.print_adjlist() Separates Python...

todo

maybe would be better just leave the number as key udf=func, Nevertheless, current configuration runs it over Java To execute the plan directly in the program driver graph.print_adjlist() Separates Python...

todo

key should be given by "udf" UDF specifies reducer function https://github.com/apache/incubator-wayang/blob/4cc0bfdca06dda171b661822daae5fa438d9d475/python/old_code/orchestrator/dataquanta.py#L104 ```python # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See...

todo

key should be given by "udf" UDF specifies reducer function https://github.com/apache/incubator-wayang/blob/4cc0bfdca06dda171b661822daae5fa438d9d475/python/old_code/orchestrator/dataquanta.py#L104 ```python # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See...

todo

download Apache rat if is needed https://github.com/apache/incubator-wayang/blob/4cc0bfdca06dda171b661822daae5fa438d9d475/python/bin/check-license.sh#L22 ```sh #!/bin/bash ################################################################################ ## ## Licensed to the Apache Software Foundation (ASF) under one or more ## contributor license agreements. See the NOTICE...

todo