Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trigger nightly tests for FLINK-7289 #2

Closed
wants to merge 746 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
746 commits
Select commit Hold shift + click to select a range
0df281e
[FLINK-12122] Introduce ClusterOptions#EVENLY_SPREAD_OUT_SLOTS_STRATEGY
tillrohrmann Oct 15, 2019
728c02d
[hotfix] Replace SlotInfoAndResource helper constructor with static f…
tillrohrmann Oct 16, 2019
362d767
[FLINK-12122] Calculate TaskExecutorUtilization when listing availabl…
tillrohrmann Oct 16, 2019
2ab8b61
[FLINK-12122] Add EvenlySpreadOutLocationPreferenceSlotSelectionStrategy
tillrohrmann Oct 16, 2019
269e7f0
[FLINK-12122] Choose SlotSelectionStrategy based on ClusterOptions#EV…
tillrohrmann Oct 16, 2019
fd1deff
[hotfix] Fix checkstyle violations in SlotSharingManagerTest
tillrohrmann Oct 16, 2019
7e82185
[FLINK-13969][Checkpointing] Do not allow trigger new checkpoitn afte…
klion26 Nov 4, 2019
96df4fa
[FLINK-14623][table-api] Add computed column information into TableSc…
danny0405 Nov 6, 2019
d938c19
[FLINK-14593][client] Port ClusterClient to asynchronous interface ve…
tisonkun Nov 8, 2019
fe77fdc
[FLINK-14262][table] FunctionCatalog should return empty when can not…
JingsongLi Oct 30, 2019
0a5ae34
[FLINK-14262][table-planner-blink] Add getCatalogManager to FlinkContext
JingsongLi Nov 1, 2019
1b4ebce
[FLINK-14262][table-planner-blink] support referencing function with …
JingsongLi Nov 6, 2019
8bd4b5c
[FLINK-14262][table] FunctionIdentifier shouldn't normalize function …
wuchong Nov 6, 2019
b0a9afd
[hotfix][table] Avoid passing CatalogManager to FunctionCatalogOperat…
wuchong Nov 7, 2019
c2c0fb6
[hotfix][table] Fix the comments of Operation
JingsongLi Nov 8, 2019
47c277d
[FLINK-14380][ScalaAPI] Passing inferred outputType directly to map a…
mzuehlke Oct 25, 2019
0b33726
[FLINK-14481][runtime] Change Flink's port check to 0 to 65535
AT-Fieldless Oct 25, 2019
ab7b433
[hotfix] remove unused method in YarnConfigUtils
kl0u Nov 7, 2019
bd7d745
[hotfix] Port the DYNAMIC_PROPERTIES config option to new options API
kl0u Nov 6, 2019
93c4d49
[FLINK-14630] Make the yarn APPLICATION_LOG_CONFIG_FILE an internal o…
kl0u Nov 6, 2019
18f101a
[FLINK-14630] Add test utility to create YarnClusterDescriptor with L…
kl0u Nov 6, 2019
91d6e76
[FLINK-14630] Create separate util for setting the yarn log config op…
kl0u Nov 7, 2019
63bf1df
[hotfix] Make logging flags explicit
kl0u Nov 7, 2019
5acf09d
[hotfix][table-planner-blink] Make sure TableSourceTable.catalogTable…
wuchong Nov 5, 2019
35836df
[FLINK-14324][table-planner-blink] Convert SqlCreateTable with SqlWat…
wuchong Nov 5, 2019
d98ad19
[FLINK-14326][table-planner-blink] Introduce WatermarkGenerator inter…
wuchong Nov 6, 2019
bf27bdd
[FLINK-14326][table-planner-blink] Support code generate a WatermarkG…
wuchong Nov 6, 2019
d0901dc
[FLINK-14326][table-planner-blink] Support to generate and apply wate…
wuchong Nov 6, 2019
937356f
[hotfix][table-planner-blink] Move SqlToOperationConverterTest from s…
wuchong Nov 8, 2019
3a09665
[FLINK-14646] Add non-null checks to KeyGroupRangeAssignment
Nov 7, 2019
c1affda
[hotfix] Fix checkstyle violations in KeyGroupRangeAssignment
tillrohrmann Nov 8, 2019
2df3ccc
[FLINK-14530][coordination] Replace PartitionTable with PartitionTracker
zentol Oct 25, 2019
d788c6f
[FLINK-15430][coordination] Store IntermediateDatasetID
zentol Oct 25, 2019
5927c54
[FLINK-14636][runtime] Enable scheduling for ScheduleMode.LAZY_FROM_S…
GJL Nov 6, 2019
2125ea2
[FLINK-14611][runtime] Move allVerticesInSameSlotSharingGroupByDefaul…
zhuzhurk Nov 6, 2019
501f640
[FLINK-14579][sql cli] enable SQL CLI to configure modules via yaml c…
bowenli86 Nov 5, 2019
1806a37
[FLINK-14673][hive] Shouldn't expect HMS client to throw NoSuchObject…
lirui-apache Nov 8, 2019
c1e9aef
[FLINK-14465] Let StandaloneJobClusterEntryPoint use the user code cl…
guoweiM Sep 9, 2019
ef4055a
[FLINK-14657] Generalize and move config utils from flink-yarn to fli…
kl0u Nov 7, 2019
5aa00fb
[FLINK-14395] Refactor ES 7 connectors to make them keep consistency …
yanghua Oct 22, 2019
73193a8
[hotfix] Update Javadoc in FlinkKafkaProducer.java
pablovalt Nov 8, 2019
6dbfd26
Fixed word typo : environment and refactored load savepoint exception…
yanghua Oct 29, 2019
11dc0da
[hotfix] Rename TimeReaderFunction to TimerReaderFunction
yanghua Oct 30, 2019
a815b7b
[hotfix][JavaDocs] Correct docs in MemoryStateBackend
stayhsfLee Oct 29, 2019
9e0b249
[FLINK-14665][table-planner-blink] Support computed column in blink-p…
danny0405 Nov 6, 2019
43ef98e
[FLINK-14554] Correct the comment of ExistingSavepoint#readKeyedState…
yanghua Oct 29, 2019
a43175c
[FLINK-14601] [client] CLI documentation for list is missing '-a'
zoudaokoulife Nov 6, 2019
7a61c58
[hotfix] Fix wrong Java doc comment of BroadcastStateBootstrapFunctio…
yanghua Oct 30, 2019
0f33630
[FLINK-14374][runtime] Expose scheduler type constants in SchedulerNG…
GJL Nov 8, 2019
6aa0a67
[FLINK-14374][runtime,tests] Run RegionFailoverITCase also with Defau…
GJL Nov 8, 2019
7baf687
[hotfix][docs] Fix broken table that describes 'numberOfRestarts' metric
zhuzhurk Nov 8, 2019
51c2421
[hotfix][runtime] Rename metric 'numberOfRestarts' to 'numRestarts'
zhuzhurk Nov 11, 2019
644d658
[FLINK-14164][runtime] Make metric 'fullRestarts' compatible with NG …
zhuzhurk Nov 11, 2019
658cea3
[FLINK-14660][sql cli] add 'SHOW MODULES' to SQL CLI
bowenli86 Nov 8, 2019
767bf99
[FLINK-14420][doc] Add documentation for pluggable module
bowenli86 Nov 7, 2019
55686bc
[FLINK-14656][table-planner-blink] blink planner should also fetch ca…
godfreyhe Nov 12, 2019
5d8081f
[FLINK-14468][docs] Update Kubernetes docs
mbode Oct 20, 2019
056e1fc
[FLINK-14714][table-runtime-blink] BytesHashMap should not log the wh…
JingsongLi Nov 12, 2019
7128fdc
[FLINK-14693][python] Fix Python tox checks failure on travis
HuangXingBo Nov 11, 2019
b872f19
[hotfix] Introduce constants MemorySize#ZERO and MemorySize#MAX_VALUE.
xintongsong Oct 8, 2019
95fe886
[hotfix] Move SimpleSlotContext to test scope.
xintongsong Oct 8, 2019
740adc1
[hotfix] Fix misusage of UNKNOWN and ANY ResourceProfiles
xintongsong Oct 9, 2019
4a5e8c0
[hotfix] Deduplicate setting operator resource / parallelism argument…
xintongsong Oct 17, 2019
9d22410
[hotfix] UNKNOWN ResourceSpec should not be numerically compared.
xintongsong Oct 9, 2019
1cbee5e
[hotfix] Make MemorySize comparable.
xintongsong Oct 17, 2019
2c81c3f
[FLINK-14405][runtime] Update ResourceSpec to align with FLIP-49 reso…
xintongsong Nov 11, 2019
b6c2943
[FLINK-14405][runtime] Update ResourceProfile to align with FLIP-49 r…
xintongsong Nov 11, 2019
001733b
[FLINK-14495][core] Limit ResourceSpec to always specify cpu cores an…
xintongsong Oct 18, 2019
099e965
[hotfix] Remove unused constructors and unnecessary javadocs for Reso…
xintongsong Nov 7, 2019
bfd6aa5
[hotfix] Remove unused constructors and unnecessary javadoces, and an…
xintongsong Nov 7, 2019
36d1b62
[hotfix] Preserve the singleton property for ResourceProfile#ANY.
xintongsong Nov 7, 2019
e2b6548
[FLINK-14344][checkpointing] PendingCheckpoint supports acknowledging…
ifndef-SleePy Oct 8, 2019
5522461
[hotfix] Correct code style of MasterTriggerRestoreHook
ifndef-SleePy Oct 9, 2019
d282c98
[FLINK-14344][checkpointing] Emphasize that MasterTriggerRestoreHook#…
ifndef-SleePy Oct 10, 2019
82c2057
[FLINK-14344][checkpointing] MasterHooks class supports asynchronous …
ifndef-SleePy Oct 9, 2019
b5da461
[hotfix] Correct the acknowledging method name of PendingCheckpoint
ifndef-SleePy Nov 6, 2019
0cf9c28
[FLINK-14499][metric] MetricRegistry#getMetricQueryServiceGatewayRpcA…
AT-Fieldless Nov 4, 2019
8d8c088
[hotfix][metric] MetricRegistryImpl#LOG is private
tisonkun Nov 12, 2019
57160ba
[FLINK-14704] Remove unused SynchronousSavepointLatch
Myasuka Nov 12, 2019
563a4ad
[FLINK-14486][table-api, docs] Update documentation regarding Tempora…
dawidwys Oct 28, 2019
7c4fb30
[FLINK-14715][hive] HiveModuleTest fails with Hive-3.1.1
lirui-apache Nov 12, 2019
0022d4a
[FLINK-14689][table] Add catalog related commands support in sql parser.
zjuwangg Nov 11, 2019
a8e3a20
[FLINK-14612][runtime] Change Type of Field intermediateResults from …
yanghua Nov 6, 2019
512b4f7
[FLINK-14602][runtime] Change Type of Field tasks from ConcurrentHash…
yanghua Nov 6, 2019
4d97e2f
[FLINK-14640][runtime] Change Type of Field currentExecutions from Co…
yanghua Nov 7, 2019
58f22cc
[FLINK-14638][doc] move functions related docs to a new single, unifi…
bowenli86 Nov 6, 2019
a20eb65
[FLINK-14301][doc] add documentation for functions categories and new…
bowenli86 Nov 6, 2019
891ab85
[hotfix][doc] fix titles in Hive doc
bowenli86 Nov 13, 2019
276e850
[FLINK-14731][table-planner-blink] LogicalWatermarkAssigner should us…
liyafan82 Nov 13, 2019
965e4e5
[FLINK-14724][table-planner-blink] Join condition could be simplified…
godfreyhe Nov 13, 2019
79e3b32
[FLINK-12039] Remove ASSIGNED_SLOT_UPDATER in Execution.tryAssignReso…
yanghua Nov 13, 2019
f93d350
[hotfix][docs] clarify RocksDB thread options applicability per opera…
NicoK Nov 12, 2019
d36ce5f
[hotfix][docs] clarify that a RocksDB dependency in pom.xml may not b…
NicoK Nov 12, 2019
14adea4
[FLINK-14627][tests] Refactor ExecutionGraph creation in tests as Tes…
tisonkun Nov 13, 2019
4ba7b4d
[FLINK-14706] Remove legacy KvStateMessage
Myasuka Nov 14, 2019
26faddd
[FLINK-14723][table-planner-blink] Add tests for partial qualified UD…
wuchong Nov 12, 2019
827477c
[FLINK-14723][table-planner-blink] Remove result assertion in test Ca…
wuchong Nov 12, 2019
095c4d4
[FLINK-14723][table-planner-blink] Java(Scala)DataStreamQueryOperatio…
wuchong Nov 12, 2019
8466134
[FLINK-14723][table-planner-blink] Use ObjectIdentifier in DataStream…
wuchong Nov 13, 2019
ee44dc5
[hotfix][docs, config] Exlcude ReadableConfig and WritableConfig from…
dawidwys Nov 13, 2019
ac8d508
[FLINK-14494][docs] Add ConfigOption type to the documentation generator
dawidwys Nov 13, 2019
381892f
[FLINK-14494][docs] Regenerated config options documentation with typ…
dawidwys Nov 7, 2019
f6ac09f
[hotfix] Change the signature of the ConfigUtils.encodeCollectionToCo…
kl0u Nov 13, 2019
86b00ad
[hotfix] Move addJars() from ClientUtils to JobGraph
kl0u Nov 11, 2019
c2dbf94
[hotfix] Refactors PackagedProgram.extractContainedLibraries()
kl0u Nov 11, 2019
cffa2e8
[hotfix] CliFrontend.buildProgram() uses only ProgramOptions
kl0u Nov 12, 2019
bd8570f
[FLINK-14745] Add dependencies of job as list of URLs in config
kl0u Nov 13, 2019
8293c28
[FLINK-14745] Fix setting CoreOptions.DEFAULT_PARALLELISM in Executio…
kl0u Nov 13, 2019
03c125c
[FLINK-14745] Wire the configuration to the ClientUtils.executeProgram
kl0u Nov 13, 2019
472772b
[FLINK-14477][coordination] Move shuffle service access into TEPartit…
zentol Oct 31, 2019
f892ccb
[FLINK-14477][coordination] Implement promotion logic on TaskExecutor
zentol Oct 31, 2019
313cf8b
[hotfix][runtime] Remove unused import
zentol Nov 14, 2019
c196d0f
[FLINK-13528][kafka] Disable sql tests failing on Java 11
zentol Nov 14, 2019
3171edf
[FLINK-14239] Fix the max watermark in StreamSource may arrive the do…
sunhaibotb Nov 13, 2019
f9ba614
[hotfix][test] Fix some code styles in StreamSourceOperatorWatermarks…
sunhaibotb Nov 13, 2019
3f0f6f2
[FLINK-13729][docs] Update website generation dependencies
NicoK Aug 14, 2019
135472e
[FLINK-13725][docs] use sassc for faster doc generation
NicoK Aug 14, 2019
8fc632d
[hotfix][docs] Temporarily disable liveserve
NicoK Aug 14, 2019
cb7e904
[FLINK-13726][docs] Build docs with jekyll 4.0.0.pre.beta1
NicoK Aug 14, 2019
a8868dd
[FLINK-13791][docs] Speed up sidenav by using group_by
NicoK Aug 19, 2019
84c96b3
[FLINK-14642] Add support for copying null values to the TupleSeriali…
jiasheng55 Nov 8, 2019
f074d1f
[FLINK-14758] Add Executor-related interfaces + wire their discovery …
kl0u Nov 1, 2019
a9b1266
[FLINK-14472][runtime] Implement back-pressure monitor with non-block…
Nov 14, 2019
60f7aa0
[FLINK-14708][runtime] Introduce RestartAllStrategy for NG scheduler
zhuzhurk Nov 13, 2019
56c4664
[FLINK-14131][runtime] Introduce FailoverStrategyFactoryLoader to loa…
zhuzhurk Nov 13, 2019
6abc6d9
[FLINK-14131][runtime] DefaultSchedulerFactory uses FailoverStrategyF…
zhuzhurk Nov 13, 2019
738cda3
[FLINK-14682][tests] Enable AbstractTaskManagerProcessFailureRecovery…
zhuzhurk Nov 13, 2019
966c1f2
[FLINK-14680][runtime,tests] Enable KafkaConsumerTestBase#runFailOnNo…
GJL Nov 6, 2019
77bc669
[FLINK-14728][hive][doc] add reminder for users of potential thread s…
bowenli86 Nov 13, 2019
f2c4355
[FLINK-14727][hive][doc] update doc of supported Hive versions
bowenli86 Nov 13, 2019
10d372e
[FLINK-14687][sql] Add database related ddl support to SQL Parser
zjuwangg Nov 14, 2019
feca8a7
[FLINK-14710][hive] Decide column nullability according to Hive const…
lirui-apache Nov 12, 2019
94c3faf
[hotfix][doc] update links to table functions
bowenli86 Nov 14, 2019
c9c8a29
[FLINK-14759][coordination] Remove unused class TaskManagerCliOptions
blacksunshine Nov 15, 2019
65ecfab
[FLINK-14784][table] CsvTableSink miss delimiter when row start with …
leonardBang Nov 14, 2019
468415b
[FLINK-14382][java] Add MultipleParameterTool to support parsing mult…
wangyang0918 Nov 11, 2019
304736d
[FLINK-14382][examples] Adding multiple --input support to WordCount
wangyang0918 Nov 11, 2019
8c217d7
[FLINK-14382][e2e] Add another dummy fs for e2e test. It is same as d…
wangyang0918 Nov 11, 2019
67eaddb
[hotfix] Refactor test_yarn_kerberos_docker.sh by moving common funct…
wangyang0918 Nov 8, 2019
7499653
[FLINK-14382][e2e] Update e2e tests to support two inputs from two du…
wangyang0918 Nov 8, 2019
bc4e245
[FLINK-14382][yarn] Fixes the Flink plugin mechanism on yarn cluster …
wangyang0918 Nov 12, 2019
ae553ac
[FLINK-13747] Make Client respect classloading policy
link3280 Nov 5, 2019
a599b00
[hotfix] Simplify tests in ClassLoaderITCase
aljoscha Nov 14, 2019
1f28a24
[FLINK-14808] set correct Classloader in the CLI
kl0u Nov 15, 2019
749086d
[FLINK-14794][runtime] Fixing KeyedStream#transform to properly relay
Nov 14, 2019
6ae01fb
[hotfix][tests] Introduce PartitionDescriptorBuilder
azagrebin Nov 12, 2019
cc02399
[FLINK-14679][shuffle] Store number of partitions in PartitionDescriptor
zentol Nov 8, 2019
22b2a88
[FLINK-13850] refactor part file configurations into a single method
eskabetxe Nov 14, 2019
fdc2555
Revert "[FLINK-13850] refactor part file configurations into a single…
zentol Nov 15, 2019
fa8d11b
[FLINK-14699][type] Move ClosureCleaner to flink-core
tisonkun Nov 15, 2019
1f5c5b7
[FLINK-14780][runtime] Register restart metrics only when start sched…
GJL Nov 14, 2019
7114281
[FLINK-14782][table] CoreModule#getFunctionDefinition should return e…
bowenli86 Nov 14, 2019
3a2efb4
[hotfix][kinesis] Eliminate compliler warnings and apply simple inspe…
StephanEwen Nov 7, 2019
2b0a8ce
[FLINK-14635][e2e tests] Use non-relocated imports for AWS SDK Kinesi…
StephanEwen Nov 11, 2019
0d181e9
[FLINK-14663[tests] Support starting individual Job-/TaskManagers
zentol Jan 29, 2019
44538e1
[FLINK-11463][tests] Support job submissions
zentol Jan 29, 2019
3f92bd4
[FLINK-11463][tests] Add utilities
zentol Jan 29, 2019
04aabae
[FLINK-11463][tests] Always run in a fresh copy of the distribution
zentol Jul 18, 2019
4d033ce
[hotfix][tests] Remove optional usage
openinx Nov 14, 2019
8fb5f1b
[hotfix][tests] Use TestUtils#copyDirectory
openinx Nov 14, 2019
751184d
[FLINK-11465][tests] Add FlinkResource
zentol Jan 29, 2019
f0be162
[FLINK-11464][tests] Add DownloadCache
zentol Jan 29, 2019
5221c26
[FLINK-11466][tests] Add KafkaResource
zentol Nov 14, 2019
499fe56
[FLINK-11468][tests] Setup surefire execution
zentol Nov 14, 2019
33b5663
[FLINK-11467][kafka][tests] Port Kafka Streaming E2E test
zentol Nov 14, 2019
671029d
[FLINK-11463][tests] Modify logging
openinx Nov 14, 2019
e6fc1c6
[FLINK-14801][sql-parser] Improve the local variable name in SqlCreat…
zoudaokoulife Nov 16, 2019
b390e21
[docs-sync] Synchronize the latest documentation changes (commits to …
wuchong Nov 17, 2019
e0824a0
[hotfix][runtime] Refactor the method of AvailabilityProvider#isAvail…
zhijiangW Oct 28, 2019
7374ccc
[hotfix][network] Make ResultPartitionWriter extend AvailabilityProvi…
zhijiangW Oct 31, 2019
2c8b4ef
[FLINK-14553][runtime] Respect non-blocking output in StreamTask#proc…
zhijiangW Nov 1, 2019
901438b
[FLINK-13850] refactor part file configurations into a single method
eskabetxe Nov 15, 2019
1b7a404
[hotfix][network] Reduce the synchronisation overhead in CreditBasedS…
pnowojski Nov 15, 2019
f6e39aa
[FLINK-14830][docs-zh] Correct the links in stream_checkpointing.zh.m…
klion26 Nov 18, 2019
7f3471c
[hotfix] Add shortcuts for getting jvm heap / direct memory size.
xintongsong Nov 8, 2019
306b83b
[FLINK-14637][core][runtime] Introduce config option for framework of…
xintongsong Nov 8, 2019
6c4dfcf
[FLINK-14750][configuration] Migrate duration and memory size ConfigO…
dawidwys Nov 14, 2019
d8a5d41
[FLINK-14750][documentation] Regenerated restart strategy documentation
dawidwys Nov 15, 2019
ec12ec0
[hotfix] Add String type in config docs for taskmanager.memory.framew…
azagrebin Nov 18, 2019
dcc1330
[FLINK-14694] [table-planner-blink] Enabled all tests from package o.…
godfreyhe Nov 18, 2019
7b64ebf
[FLINK-14789][table-comon] extends max/min type in ColumnStats from N…
godfreyhe Nov 19, 2019
99551e8
[hotfix] Add general options to cli options in SQL cli LocalExecutor
aljoscha Nov 18, 2019
df9b757
[FLINK-14581][python] Let python UDF execution no longer rely on the …
WeiZhong94 Oct 31, 2019
7fc1583
[hotfix][configuration] Add method for creating restart strategy from…
dawidwys Nov 15, 2019
5711b2c
[FLINK-14786][configuration] Add configure method to ExecutionConfig
dawidwys Nov 15, 2019
7aafb24
[FLINK-14786][documentation] Regenerated documentation for ExecutionO…
dawidwys Nov 15, 2019
974f4da
[FLINK-14806][table-runtime-blink] Add get and set interface for SqlT…
docete Nov 19, 2019
0a9db1e
[FLINK-14466][runtime] Let YarnJobClusterEntrypoint use user code cla…
guoweiM Sep 13, 2019
cb62c5f
[hotfix] Refactor TaskExecutorTest.testTaskSubmission to not use mocking
azagrebin Oct 24, 2019
d3ecd3d
[hotfix] Introduce TaskSlotUtils for tests
azagrebin Sep 21, 2019
01d6972
[hotfix] Refactor out slots creation from the TaskSlotTable constructor
azagrebin Sep 21, 2019
9fed0dd
[FLINK-14400] Shrink the scope of MemoryManager from TaskExecutor to …
azagrebin Oct 29, 2019
4c4652e
[hotfix] Remove unused number of slots in MemoryManager
azagrebin Oct 29, 2019
48986aa
[hotfix] Remove unnecessary comments about memory size calculation be…
azagrebin Nov 1, 2019
ad531f0
[hotfix] Remove redundant timerService in TaskExecutorTest
azagrebin Nov 18, 2019
7201206
[FLINK-14720] Bring down ExecutionVertex#deployToSlot access modifier…
yanghua Nov 13, 2019
5311fc0
[hotfix][docs] Fix broken links to table functions
Myasuka Nov 19, 2019
21c6b85
[FLINK-14842][table] add logging for loaded modules and functions
bowenli86 Nov 18, 2019
2f0177e
[FLINK-14711][table] add alter and show function ddl
HuangZhenQiu Nov 17, 2019
32a3227
[FLINK-14066][python] Support to install pyflink in windows
dianfu Nov 14, 2019
404dede
[FLINK-13184][yarn] Use NMClientAsync instead of NMClient to avoid st…
wangyang0918 Nov 10, 2019
a90520c
[FLINK-13184][yarn] Use dynamic properties instead of uploading taskm…
wangyang0918 Nov 10, 2019
0e4e605
[FLINK-14858][table-planner] Wrong "if" statement in SqlToOperationCo…
jiemotongxue Nov 20, 2019
f868d3a
[FLINK-11935][table-planner][table-planner-blink] Remove DateTimeUtil…
docete Nov 15, 2019
25f87ec
[FLINK-11935][table-planner] Fix cast timestamp/date to string to avo…
docete Nov 15, 2019
26a9a4c
[FLINK-11935][table-planner] Fix unixDateCeil in Flink since CALCITE-…
docete Nov 15, 2019
827e450
[FLINK-11935][table-planner-blink] Fix cast timestamp to string and v…
docete Nov 15, 2019
f1a07cc
[FLINK-11935][table-planner-blink] Fix unixDateCeil in blink planner …
docete Nov 15, 2019
f806ac7
[FLINK-14716][table-planner-blink] Refactor FlinkRelOptTable and Flin…
danny0405 Nov 15, 2019
dde6b62
[hotfix][FLINK-14716][table-planner-blink] Fix the order of fields pr…
wuchong Nov 20, 2019
0bdcec9
[hotfix] Fix confusing error message in TableSourceValidation
link3280 Nov 20, 2019
c29ef97
[FLINK-14104][build] Pin jackson version to 2.10.1
zentol Nov 20, 2019
1ce777f
[FLINK-14618][runtime] Provide the required akka framesize in the ove…
Nov 19, 2019
9706261
[FLINK-14104][build] User projects use shade-plugin 3.1.1
zentol Nov 20, 2019
e201712
[hotfix][runtime] Remove unused compareTo from ResourceProfile
zhuzhurk Nov 14, 2019
675e554
[hotfix][core] Remove ResourceSpec#isValid
zhuzhurk Nov 14, 2019
4a487ca
[hotfix][core] Strengthen ResourceSpec#lessThanOrEqual param checking
zhuzhurk Nov 15, 2019
aba9fe3
[hotfix][core] Remove ResourceAggregateType
zhuzhurk Nov 14, 2019
5d6b7d2
[hotfix][core] GPUResource hosts its own name
zhuzhurk Nov 14, 2019
d32e1d0
[FLINK-14594][core] Change Resource to use BigDecimal as its value
zhuzhurk Nov 15, 2019
ab6a8c5
[FLINK-14594][core] Introduce CPUResource
zhuzhurk Nov 14, 2019
37be8e8
[FLINK-14594][core] Change ResourceSpec to use CPUResource for cpu cores
zhuzhurk Nov 15, 2019
828ba0f
[FLINK-14594][runtime] Change ResourceProfile to use CPUResource for …
zhuzhurk Nov 15, 2019
323ca84
[hotfix][docs] fix 'optional' SQL Client function parameters stated a…
NicoK Nov 14, 2019
4920199
[FLINK-13727][docs] update jekyll to the final version 4.0.0
NicoK Nov 15, 2019
254663e
[hotfix][docs] whitespace fixes
NicoK Nov 15, 2019
3a16bd2
[FLINK-14803][metrics][influx] Support consistency level
Mrart Nov 20, 2019
def8ec5
[hotfix][tests] Fix ResourceProfile instantiation
zentol Nov 20, 2019
4d28d3f
[hotfix][client] PackagedProgram#userCodeClassLoader is final
tisonkun Nov 20, 2019
948bab8
[FLINK-14861][Client/Job Submission] Fix parallelism.default propagat…
leonardBang Nov 19, 2019
a779916
[hotfix] Merge configuration args in CliFrontend.run() into one
kl0u Nov 18, 2019
051ff03
[FLINK-14871][cep] Add space
cyq89051127 Nov 20, 2019
040bdb4
[FLINK-14641][docs] Fix description of metric `fullRestarts` (#10128)
zhuzhurk Nov 20, 2019
33a39a2
[FLINK-14642][metrics] Deprecate metric `fullRestarts`
zhuzhurk Nov 8, 2019
787f841
[FLINK-14822][runtime] Increase number of restarts in StreamingFileSi…
GJL Nov 13, 2019
d79a9d5
[FLINK-14826][tests] Increase number of restarts in BucketingSinkTest…
GJL Nov 13, 2019
1f00c06
[FLINK-14821][tests] Enable E2E test to pass with new DefaultScheduler
GJL Nov 11, 2019
53060f8
[FLINK-14433][DataStream] Move generated Jaas conf file from /tmp dir…
klion26 Nov 13, 2019
f87bc82
[FLINK-14362][runtime] Fix DefaultResultPartition to return true resu…
zhuzhurk Nov 18, 2019
3261292
[hotfix][runtime] Log errors that happen in DefaultScheduler deployment
zhuzhurk Nov 20, 2019
71efb87
[hotfix][runtime] Fix code style violations in JobVertex
zhuzhurk Nov 13, 2019
2353877
[hotfix][runtime] Fix code style violations in SlotSharingGroup and V…
zhuzhurk Nov 13, 2019
4e916e0
[hotfix][runtime] Remove useless constructor of SlotSharingGroup
zhuzhurk Oct 25, 2019
48f3488
[FLINK-14734][runtime] Add a ResourceSpec in slot sharing group to de…
zhuzhurk Nov 15, 2019
beba9dc
[FLINK-14859][runtime] Avoid leaking unassigned slots when deployment…
GJL Nov 19, 2019
679398c
[FLINK-14841][table] add create and drop function ddl in SQL parser
HuangZhenQiu Nov 18, 2019
93dfdd0
[FLINK-14735][scheduler] Improve scheduling of all-to-all partitions …
zhuzhurk Nov 15, 2019
28fcb41
enable nightly build
Myasuka Nov 18, 2019
af1b245
[FLINK-7289] Introduce write-buffer manager for FRocksDB
Myasuka Nov 18, 2019
f65b2c7
[FLINK-14877] RocksJava: Add more flags to BlockBasedTableConfig
Myasuka Nov 21, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ flink-python/dev/.conda/
flink-python/dev/log/
flink-python/dev/.stage.txt
flink-python/.eggs/
flink-python/pyflink/fn_execution/*_pb2.py
atlassian-ide-plugin.xml
out/
/docs/api
Expand Down
172 changes: 65 additions & 107 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ cache:
- $HOME/maven_cache
# keep in sync with tools/travis/docs.sh
- $HOME/gem_cache
- $HOME/flink_download_cache

# do not cache our own artifacts
before_cache:
Expand All @@ -41,6 +42,8 @@ git:

env:
global:
- cache-dir: $HOME/flink_download_cache
- cache-btl: 30
# Global variable to avoid hanging travis builds when downloading cache archives.
- MALLOC_ARENA_MAX=2
- DOCKER_COMPOSE_VERSION=1.22.0
Expand Down Expand Up @@ -71,7 +74,6 @@ stages:
- name: compile
- name: test
- name: E2E
if: type = cron
- name: cleanup

jdk: "openjdk8"
Expand Down Expand Up @@ -112,6 +114,14 @@ jobs:
script: ./tools/travis_controller.sh tests
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.11"
name: tests
- if: type in (pull_request, push)
script: ./tools/travis_controller.sh scheduler_ng_core
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.11"
name: core - scheduler_ng
- if: type in (pull_request, push)
script: ./tools/travis_controller.sh scheduler_ng_tests
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.11"
name: tests - scheduler_ng
- if: type in (pull_request, push)
script: ./tools/travis_controller.sh misc
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.11"
Expand All @@ -122,242 +132,190 @@ jobs:
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.11"
name: cleanup
# hadoop 2.4.1 profile
- if: type = cron
stage: compile
- stage: compile
script: ./tools/travis_controller.sh compile
env: PROFILE="-Dhadoop.version=2.4.1 -Pskip-hive-tests"
name: compile - hadoop 2.4.1
- if: type = cron
stage: test
- stage: test
script: ./tools/travis_controller.sh core
env: PROFILE="-Dhadoop.version=2.4.1 -Pskip-hive-tests"
name: core - hadoop 2.4.1
- if: type = cron
script: ./tools/travis_controller.sh libraries
- script: ./tools/travis_controller.sh libraries
env: PROFILE="-Dhadoop.version=2.4.1 -Pskip-hive-tests"
name: libraries - hadoop 2.4.1
- if: type = cron
script: ./tools/travis_controller.sh blink_planner
- script: ./tools/travis_controller.sh blink_planner
env: PROFILE="-Dhadoop.version=2.4.1 -Pskip-hive-tests"
name: blink_planner - hadoop 2.4.1
- if: type = cron
script: ./tools/travis_controller.sh connectors
- script: ./tools/travis_controller.sh connectors
env: PROFILE="-Dhadoop.version=2.4.1 -Pskip-hive-tests"
name: connectors - hadoop 2.4.1
- if: type = cron
script: ./tools/travis_controller.sh kafka/gelly
- script: ./tools/travis_controller.sh kafka/gelly
env: PROFILE="-Dhadoop.version=2.4.1 -Pskip-hive-tests"
name: kafka/gelly - hadoop 2.4.1
- if: type = cron
script: ./tools/travis_controller.sh tests
- script: ./tools/travis_controller.sh tests
env: PROFILE="-Dhadoop.version=2.4.1 -Pskip-hive-tests"
name: tests - hadoop 2.4.1
- if: type = cron
script: ./tools/travis_controller.sh misc
- script: ./tools/travis_controller.sh misc
env: PROFILE="-Dhadoop.version=2.4.1 -Pskip-hive-tests"
name: misc - hadoop 2.4.1
- if: type = cron
stage: cleanup
- stage: cleanup
script: ./tools/travis_controller.sh cleanup
env: PROFILE="-Dhadoop.version=2.4.1 -Pskip-hive-tests"
name: cleanup - hadoop 2.4.1
# scala 2.12 profile
- if: type = cron
stage: compile
- stage: compile
script: ./tools/travis_controller.sh compile
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.12 -Phive-1.2.1"
name: compile - scala 2.12
- if: type = cron
stage: test
- stage: test
script: ./tools/travis_controller.sh core
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.12 -Phive-1.2.1"
name: core - scala 2.12
- if: type = cron
script: ./tools/travis_controller.sh libraries
- script: ./tools/travis_controller.sh libraries
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.12 -Phive-1.2.1"
name: libraries - scala 2.12
- if: type = cron
script: ./tools/travis_controller.sh blink_planner
- script: ./tools/travis_controller.sh blink_planner
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.12 -Phive-1.2.1"
name: blink_planner - scala 2.12
- if: type = cron
script: ./tools/travis_controller.sh connectors
- script: ./tools/travis_controller.sh connectors
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.12 -Phive-1.2.1"
name: connectors - scala 2.12
- if: type = cron
script: ./tools/travis_controller.sh kafka/gelly
- script: ./tools/travis_controller.sh kafka/gelly
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.12 -Phive-1.2.1"
name: kafka/gelly - scala 2.12
- if: type = cron
script: ./tools/travis_controller.sh tests
- script: ./tools/travis_controller.sh tests
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.12 -Phive-1.2.1"
name: tests - scala 2.12
- if: type = cron
script: ./tools/travis_controller.sh misc
- script: ./tools/travis_controller.sh misc
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.12 -Phive-1.2.1"
name: misc - scala 2.12
- if: type = cron
stage: cleanup
- stage: cleanup
script: ./tools/travis_controller.sh cleanup
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.12 -Phive-1.2.1"
name: cleanup - scala 2.12
# JDK11 profile
- if: type = cron
jdk: "openjdk11"
- jdk: "openjdk11"
stage: compile
script: ./tools/travis_controller.sh compile
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.11 -Djdk11"
name: compile - jdk 11
- if: type = cron
jdk: "openjdk11"
- jdk: "openjdk11"
stage: test
script: ./tools/travis_controller.sh core
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.11 -Djdk11"
name: core - jdk 11
- if: type = cron
jdk: "openjdk11"
- jdk: "openjdk11"
script: ./tools/travis_controller.sh python
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.11 -Djdk11"
name: python - jdk 11
- if: type = cron
jdk: "openjdk11"
- jdk: "openjdk11"
script: ./tools/travis_controller.sh libraries
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.11 -Djdk11"
name: libraries - jdk 11
- if: type = cron
jdk: "openjdk11"
- jdk: "openjdk11"
script: ./tools/travis_controller.sh blink_planner
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.11 -Djdk11"
name: blink_planner - jdk 11
- if: type = cron
jdk: "openjdk11"
- jdk: "openjdk11"
script: ./tools/travis_controller.sh connectors
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.11 -Djdk11"
name: connectors - jdk 11
- if: type = cron
jdk: "openjdk11"
- jdk: "openjdk11"
script: ./tools/travis_controller.sh kafka/gelly
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.11 -Djdk11"
name: kafka/gelly - jdk 11
- if: type = cron
jdk: "openjdk11"
- jdk: "openjdk11"
script: ./tools/travis_controller.sh tests
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.11 -Djdk11"
name: tests - jdk 11
- if: type = cron
jdk: "openjdk11"
- jdk: "openjdk11"
script: ./tools/travis_controller.sh misc
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.11 -Djdk11"
name: misc
- if: type = cron
jdk: "openjdk11"
- jdk: "openjdk11"
stage: cleanup
script: ./tools/travis_controller.sh cleanup
env: PROFILE="-Dhadoop.version=2.8.3 -Dinclude_hadoop_aws -Dscala-2.11 -Djdk11"
name: cleanup - jdk 11
# Documentation 404 check
- if: type = cron
stage: test
- stage: test
script: ./tools/travis/docs.sh
language: ruby
rvm: 2.4.0
name: Documentation links check
# E2E profiles - Hadoop 2.8
- if: type = cron
stage: test
env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -De2e-metrics"
- stage: test
env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -De2e-metrics -DincludeE2E=org.apache.flink.tests.util.categories.TravisGroup1"
script: ./tools/travis/nightly.sh split_misc.sh
name: e2e - misc - hadoop 2.8
- if: type = cron
env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3"
- env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -DincludeE2E=org.apache.flink.tests.util.categories.TravisGroup2"
script: ./tools/travis/nightly.sh split_ha.sh
name: e2e - ha - hadoop 2.8
- if: type = cron
env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3"
- env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -DincludeE2E=org.apache.flink.tests.util.categories.TravisGroup3"
script: ./tools/travis/nightly.sh split_sticky.sh
name: e2e - sticky - hadoop 2.8
- if: type = cron
env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3"
- env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -DincludeE2E=org.apache.flink.tests.util.categories.TravisGroup4"
script: ./tools/travis/nightly.sh split_checkpoints.sh
name: e2e - checkpoints - hadoop 2.8
- if: type = cron
env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3"
- env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -DincludeE2E=org.apache.flink.tests.util.categories.TravisGroup5"
script: ./tools/travis/nightly.sh split_container.sh
name: e2e - container - hadoop 2.8
- if: type = cron
env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3"
- env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -DincludeE2E=org.apache.flink.tests.util.categories.TravisGroup6"
script: ./tools/travis/nightly.sh split_heavy.sh
name: e2e - heavy - hadoop 2.8
# E2E profiles - Scala 2.12
- if: type = cron
env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12 -De2e-metrics"
- env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12 -De2e-metrics -DincludeE2E=org.apache.flink.tests.util.categories.TravisGroup1"
script: ./tools/travis/nightly.sh split_misc.sh
name: e2e - misc - scala 2.12
- if: type = cron
env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12"
- env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12 -DincludeE2E=org.apache.flink.tests.util.categories.TravisGroup2"
script: ./tools/travis/nightly.sh split_ha.sh
name: e2e - ha - scala 2.12
- if: type = cron
env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12"
- env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12 -DincludeE2E=org.apache.flink.tests.util.categories.TravisGroup3"
script: ./tools/travis/nightly.sh split_sticky.sh
name: e2e - sticky - scala 2.12
- if: type = cron
env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12"
- env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12 -DincludeE2E=org.apache.flink.tests.util.categories.TravisGroup4"
script: ./tools/travis/nightly.sh split_checkpoints.sh
name: e2e - checkpoints - scala 2.12
- if: type = cron
env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12"
- env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12 -DincludeE2E=org.apache.flink.tests.util.categories.TravisGroup5"
script: ./tools/travis/nightly.sh split_container.sh
name: e2e - container - scala 2.12
- if: type = cron
env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12"
- env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12 -DincludeE2E=org.apache.flink.tests.util.categories.TravisGroup6"
script: ./tools/travis/nightly.sh split_heavy.sh
name: e2e - heavy - scala 2.12
# E2E profiles - Hadoop-free
- if: type = cron
env: PROFILE="-De2e-metrics"
- env: PROFILE="-De2e-metrics -DincludeE2E=org.apache.flink.tests.util.categories.TravisGroup1"
script: ./tools/travis/nightly.sh split_misc_hadoopfree.sh
name: e2e - misc
- if: type = cron
env: PROFILE=""
- env: PROFILE="-DincludeE2E=org.apache.flink.tests.util.categories.TravisGroup2"
script: ./tools/travis/nightly.sh split_ha.sh
name: e2e - ha
- if: type = cron
env: PROFILE=""
- env: PROFILE="-DincludeE2E=org.apache.flink.tests.util.categories.TravisGroup3"
script: ./tools/travis/nightly.sh split_sticky.sh
name: e2e - sticky
- if: type = cron
env: PROFILE=""
- env: PROFILE="-DincludeE2E=org.apache.flink.tests.util.categories.TravisGroup4"
script: ./tools/travis/nightly.sh split_checkpoints.sh
name: e2e - checkpoints
- if: type = cron
env: PROFILE=""
- env: PROFILE="-DincludeE2E=org.apache.flink.tests.util.categories.TravisGroup5"
script: ./tools/travis/nightly.sh split_container.sh
name: e2e - container
- if: type = cron
env: PROFILE=""
- env: PROFILE="-DincludeE2E=org.apache.flink.tests.util.categories.TravisGroup6"
script: ./tools/travis/nightly.sh split_heavy.sh
name: e2e - heavy
# E2E profiles - Java 11
- if: type = cron
stage: test
- stage: test
jdk: "openjdk11"
env: PROFILE="-Djdk11 -Dinclude-hadoop -Dhadoop.version=2.8.3 -De2e-metrics"
env: PROFILE="-Djdk11 -Dinclude-hadoop -Dhadoop.version=2.8.3 -De2e-metrics -DincludeE2E=org.apache.flink.tests.util.categories.TravisGroup1"
script: ./tools/travis/nightly.sh split_misc.sh
name: e2e - misc - jdk11
- if: type = cron
env: PROFILE="-Djdk11 -Dinclude-hadoop -Dhadoop.version=2.8.3"
- env: PROFILE="-Djdk11 -Dinclude-hadoop -Dhadoop.version=2.8.3 -DincludeE2E=org.apache.flink.tests.util.categories.TravisGroup2"
script: ./tools/travis/nightly.sh split_ha.sh
name: e2e - ha - jdk11
- if: type = cron
env: PROFILE="-Djdk11 -Dinclude-hadoop -Dhadoop.version=2.8.3"
- env: PROFILE="-Djdk11 -Dinclude-hadoop -Dhadoop.version=2.8.3 -DincludeE2E=org.apache.flink.tests.util.categories.TravisGroup3"
script: ./tools/travis/nightly.sh split_sticky.sh
name: e2e - sticky - jdk 11
- if: type = cron
env: PROFILE="-Djdk11 -Dinclude-hadoop -Dhadoop.version=2.8.3"
- env: PROFILE="-Djdk11 -Dinclude-hadoop -Dhadoop.version=2.8.3 -DincludeE2E=org.apache.flink.tests.util.categories.TravisGroup4"
script: ./tools/travis/nightly.sh split_checkpoints.sh
name: e2e - checkpoints - jdk 11
- if: type = cron
env: PROFILE="-Djdk11 -Dinclude-hadoop -Dhadoop.version=2.8.3"
- env: PROFILE="-Djdk11 -Dinclude-hadoop -Dhadoop.version=2.8.3 -DincludeE2E=org.apache.flink.tests.util.categories.TravisGroup6"
script: ./tools/travis/nightly.sh split_heavy.sh
name: e2e - heavy - jdk 11
Loading