This is an automated email from the ASF dual-hosted git repository.

rpardomeza pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git.


    from ff0cb9f  - Changed the Jenkinsfile to deploy for "main" not "develop"
     new fc22a2d  Merge remote-tracking branch 'upstream/main' into main
     new 61aa6ca  Merge remote-tracking branch 'upstream/main' into main
     new 978d4fd  [WAYANG-3][NOT-COMPILE] change the logs library to Log4J2 in 
the core
     new 0734b25  [WAYANG-3][NOT-COMPILE] change the logs library to Log4J2 in 
the wayang-basic
     new fc5eaa0  [WAYANG-3][NOT-COMPILE] change the logs library to Log4J2 in 
the wayang-flink
     new 4337094  [WAYANG-3][NOT-COMPILE] change the logs library to Log4J2 in 
the wayang-giraph
     new 281edc1  [WAYANG-3][NOT-COMPILE] change the logs library to Log4J2 in 
the wayang-graphchi
     new 7c88a68  [WAYANG-3][NOT-COMPILE] change the logs library to Log4J2 in 
the wayang-java
     new 13b198c  [WAYANG-3][NOT-COMPILE] change the logs library to Log4J2 in 
the wayang-jdbc-template
     new 5b231c1  [WAYANG-3][NOT-COMPILE] change the logs library to Log4J2 in 
the wayang-spark
     new 9549fc6  [WAYANG-3][NOT-COMPILE] change the logs library to Log4J2 in 
the wayang-profiler
     new 46117ca  [WAYANG-3] change the logs library to Log4J2 minnor changes
     new 449e868  [WAYANG-12] creation of the wayang-resource and modification 
of the parent pom
     new 4c93999  [WAYANG-12] add profile build-doc and modificatin in distro 
distro
     new a57eb67  [WAYANG-12] travis correction of jdk
     new d04bd90  [WAYANG-12] showing error rats
     new 4c4884c  [WAYANG-12] add license to travis/wayang.properties is an 
temporal file
     new bdf2305  [WAYANG-12] add cache maven dependecies in travis
     new e305b36  [WAYANG-12] not found class error
     new 6cfa254  [WAYANG-12] removing messages that are not need it
     new f401cad  [WAYANG-12] hidding output to file and showing the last 2000 
lines
     new 276b5b9  [WAYANG-12] deletiong of the rat file
     new 9fbc16b  [WAYANG-12] remove cache to test
     new 4d02d86  [WAYANG-12] remove cache to test
     new 75bb00d  [WAYANG-12] remove cache to test
     new 7535cc2  [WAYANG-12] remove cache to test
     new 689fbd1  Merge branch 'main' into issues
     new 0ae020c  [WAYANG-12] remove test with error to do some test
     new 9c78176  [WAYANG-12] comment command that does not exist
     new af0aaca  [WAYANG-12] remove test to validate if it run
     new 969171e  Merge pull request #7 from berttty/issues

The 1158 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        | 34 ++++++++++++++--
 pom.xml                                            | 47 +++++++++-------------
 wayang-commons/pom.xml                             | 12 ------
 .../wayang/basic/operators/SampleOperator.java     |  6 +--
 .../wayang/basic/operators/TextFileSource.java     |  6 +--
 .../wayang/basic/operators/TextFileSourceTest.java |  7 ++--
 wayang-commons/wayang-core/pom.xml                 |  8 ++++
 .../org/apache/wayang/core/api/Configuration.java  |  6 +--
 .../main/java/org/apache/wayang/core/api/Job.java  |  6 +--
 .../org/apache/wayang/core/api/WayangContext.java  |  6 +--
 .../core/api/configuration/CollectionProvider.java |  6 +--
 .../configuration/ExplicitCollectionProvider.java  |  6 +--
 .../core/api/configuration/KeyValueProvider.java   |  6 +--
 .../core/api/configuration/ValueProvider.java      |  6 +--
 .../wayang/core/mapping/PlanTransformation.java    |  6 +--
 .../wayang/core/optimizer/OptimizationContext.java |  6 +--
 .../wayang/core/optimizer/SanityChecker.java       |  6 +--
 .../cardinality/CardinalityEstimatorManager.java   |  6 +--
 .../optimizer/cardinality/CardinalityPusher.java   |  6 +--
 .../SwitchForwardCardinalityEstimator.java         |  4 +-
 .../optimizer/channels/ChannelConversionGraph.java |  6 +--
 .../optimizer/costs/LoadProfileEstimators.java     |  6 +--
 .../optimizer/enumeration/ExecutionTaskFlow.java   |  6 +--
 .../enumeration/ExecutionTaskFlowCompiler.java     |  4 +-
 .../enumeration/LatentOperatorPruningStrategy.java | 10 ++---
 .../core/optimizer/enumeration/LoopEnumerator.java |  4 +-
 .../optimizer/enumeration/PlanEnumeration.java     |  6 +--
 .../core/optimizer/enumeration/PlanEnumerator.java |  6 +--
 .../optimizer/enumeration/PlanImplementation.java  |  6 +--
 .../enumeration/StageAssignmentTraversal.java      |  6 +--
 .../wayang/core/plan/executionplan/Channel.java    |  8 ++--
 .../core/plan/executionplan/ExecutionPlan.java     |  6 +--
 .../core/plan/wayangplan/ExecutionOperator.java    |  4 +-
 .../wayang/core/plan/wayangplan/LoopIsolator.java  |  4 +-
 .../core/plan/wayangplan/OperatorContainer.java    |  4 +-
 .../wayang/core/plan/wayangplan/PlanTraversal.java |  6 +--
 .../wayang/core/plan/wayangplan/SlotMapping.java   |  6 +--
 .../wayang/core/plan/wayangplan/WayangPlan.java    |  6 +--
 .../traversal/AbstractTopologicalTraversal.java    |  6 +--
 .../core/platform/AbstractChannelInstance.java     |  4 +-
 .../core/platform/CardinalityBreakpoint.java       |  6 +--
 .../core/platform/CrossPlatformExecutor.java       |  6 +--
 .../wayang/core/platform/ExecutorTemplate.java     |  6 +--
 .../org/apache/wayang/core/platform/Junction.java  |  6 +--
 .../platform/lineage/LazyExecutionLineageNode.java |  4 +-
 .../core/profiling/CardinalityRepository.java      |  6 +--
 .../apache/wayang/core/profiling/ExecutionLog.java |  6 +--
 .../core/util/AbstractReferenceCountable.java      |  7 ++--
 .../java/org/apache/wayang/core/util/Action.java   |  4 +-
 .../org/apache/wayang/core/util/JuelUtils.java     |  6 +--
 .../java/org/apache/wayang/core/util/Logging.java  |  6 +--
 .../apache/wayang/core/util/ReflectionUtils.java   |  6 +--
 .../apache/wayang/core/util/fs/FileSystems.java    |  8 ++--
 .../wayang/core/util/fs/HadoopFileSystem.java      | 10 ++---
 .../wayang/core/util/fs/LocalFileSystem.java       |  6 +--
 .../core/util/ConsumerIteratorAdapterTest.java     |  6 +--
 .../flink/compiler/WayangFileOutputFormat.java     |  6 +--
 .../wayang/flink/platform/FlinkPlatform.java       |  6 +--
 .../wayang/giraph/Algorithm/PageRankAlgorithm.java |  7 ++--
 .../giraph/operators/GiraphPageRankOperator.java   |  6 +--
 .../operators/GraphChiPageRankOperator.java        |  6 +--
 .../wayang/java/operators/JavaObjectFileSink.java  |  4 +-
 .../java/operators/JavaObjectFileSource.java       |  4 +-
 wayang-platforms/wayang-jdbc-template/pom.xml      | 17 ++++++++
 .../apache/wayang/jdbc/execution/JdbcExecutor.java |  6 +--
 .../wayang/jdbc/operators/JdbcTableSource.java     |  4 +-
 .../wayang/jdbc/operators/SqlToStreamOperator.java |  4 +-
 .../spark/operators/SparkObjectFileSink.java       |  4 +-
 .../spark/operators/SparkObjectFileSource.java     |  6 +--
 .../wayang/spark/platform/SparkPlatform.java       |  6 +--
 .../wayang/profiler/java/OperatorProfiler.java     |  6 +--
 .../wayang/profiler/java/SourceProfiler.java       |  5 ++-
 .../profiler/log/DynamicLoadProfileEstimators.java |  6 +--
 .../wayang/profiler/log/GeneticOptimizerApp.java   |  6 +--
 .../apache/wayang/profiler/log/LogEvaluator.java   |  6 +--
 .../profiler/spark/SparkOperatorProfiler.java      |  6 +--
 .../wayang/profiler/util/ProfilingUtils.java       |  4 +-
 .../apache/wayang/profiler/util/RrdAccessor.java   |  6 +--
 {wayang-api => wayang-resources}/pom.xml           | 39 ++++++++++++------
 .../src/main/assembly/resources.xml                | 39 ++++++------------
 .../src/main/resources/assemblies/resources.xml    | 43 ++++++++------------
 .../apache/wayang/tests/GraphChiIntegrationIT.java | 12 +++---
 82 files changed, 348 insertions(+), 325 deletions(-)
 copy {wayang-api => wayang-resources}/pom.xml (54%)
 copy wayang-api/pom.xml => wayang-resources/src/main/assembly/resources.xml 
(52%)
 copy wayang-api/pom.xml => 
wayang-resources/src/main/resources/assemblies/resources.xml (50%)

Reply via email to