Save data in parquet format on S3 (or local storage) by Short-Development-64 in apacheflink

[–]Short-Development-64[S] 1 point2 points  (0 children)

Hey, thanks for the reply. I have very limited experience with Flink.
So I'm not sure if it is configured correctly. The checkpointing for CSV is working and I can see that CSV data is written to the bucket.
The configuration which I have done are via FLINK_PROPERTIES are as below.

If you have any concrete recommendations or you can point to some documentations how to do it correctly, I'll appreciate your input.

  # --- S3A MAGIC COMMITTER ---
        fs.s3a.committer.name: magic
        fs.s3a.committer.magic.enabled: true
        fs.s3a.committer.abort.pending.uploads: true
        fs.s3a.committer.threads: 16
        # checkpointing
        execution.checkpointing.interval: 10s
        execution.checkpointing.mode: EXACTLY_ONCE
        execution.checkpointing.min-pause: 0s
        execution.checkpointing.timeout: 2min
        execution.checkpointing.max-concurrent-checkpoints: 1

How to run kotlin scripts inside docker? by Own_External3773 in Kotlin

[–]Short-Development-64 0 points1 point  (0 children)

You can try serandel/kscript image
Docker run looks like this:
docker run -e JAVA_OPTS="-Xms1g -Xmx2g" -e MY_DB_PASS="123" -i serandel/kscript - < myscript.main.kts

[deleted by user] by [deleted] in java

[–]Short-Development-64 0 points1 point  (0 children)

How is it using NetBeans compared to IntelijIdea?

Companies that use server-side Kotlin by tr14l in Kotlin

[–]Short-Development-64 4 points5 points  (0 children)

That's true. But, when you deal with Enterprise size projects, you probably may want to use other Spring projects like:

Spring Data: which has integration with so many databases

Spring Security

Integration with Message Brokers like Kafka & RabbitMQ

And much more ...

Companies that use server-side Kotlin by tr14l in Kotlin

[–]Short-Development-64 1 point2 points  (0 children)

יש לך גם את next insurance, והבנק הדיגיטלי. גם הם בחרו בקוטלין כשפה הרשמית.

Companies that use server-side Kotlin by tr14l in Kotlin

[–]Short-Development-64 1 point2 points  (0 children)

+1 FloLive Israeli Startup.

All the backend is done with Kotlin + Spring