Skip to content
#

batch-processing

Here are 287 public repositories matching this topic...

hazelcast-jet
igungor
igungor commented Apr 8, 2020

An Advanced Usage section would be a nice addition to the Readme. It could contain;

  • Piping to s5cmd run: a clever usage is documented at @joshuarobinson's article (Thanks for the article! Again! 💯 )
  • Suggest using wildcards if there are many objects to be deleted and they share a common patte

Simply does the tedious, repetitive operations for all rows of a given excel file step by step and reports after the job is done. For example it can download URL(s) in a column of an Excel file. If a new filename is provided at column B it will rename the file before saving.

  • Updated May 28, 2020
  • JavaScript
HAO-BSM
HAO-BSM commented Mar 29, 2019

Can RevitBatchProcessor run cloud based models (BIM 360 Teams/Docs)?

When opening a BIM360 project options to Detach/Create Local are disabled (grayed out) on Cloud Based Models. If Cloud Models can be open via RevitBatchProcessor can it detach?
or do we need to access via local Collaboration Cache.
(C:\Users<user>\AppData\Local\Autodesk\Revit\Autodesk Revit 2018\CollaborationCache).

Th

GoogleCodeExporter
GoogleCodeExporter commented Mar 10, 2016
What steps will reproduce the problem?
1. man pscp (or prsync or pslurp)
2. look in the NAME section

What is the expected output? What do you see instead?
expected (e.g.): pscp - parallel secure copy
see instead: parallel process kill program

What version of the product are you using?
2.3.1

On what operating system?
cygwin

Please provide any additional information below.
commit 846796e941c
yjshen
yjshen commented Sep 3, 2019
  • Database
    • alterDatabase - currently, a database is mapped to a namespace in Pulsar, we are unable to store or change metadata of the DB in k/v manner
  • View
    • listViews - we don't support view in pulsar on top of a topic
  • Table
    • alterTable - metadata in k/v of a topic cannot be store in Pulsar, right?
    • renameTable - can we change the name of a topic after creation?
  • Partition

This library for Android will take any set of events and batch them up before sending it to the server. It also supports persisting the events on disk so that no event gets lost because of an app crash. Typically used for developing any in-house analytics sdk where you have to make a single api call to push events to the server but you want to optimize the calls so that the api call happens only once per x events, or say once per x minutes. It also supports exponential backoff in case of network failures

  • Updated Jan 13, 2020
  • Java
kieranjol
kieranjol commented Jul 23, 2019

How to replicate:

  1. A manifest has 25 files
  2. An extra file is present in the folder (26 files)
  3. Validate will say' Here is a list of allt he files in the folder, they are not in the manifest'
    It should not say his as this is not he case.

It should say: This one file is in your folder, not the manifest.

frank-dkvan
frank-dkvan commented Sep 2, 2019

Describe the bug
I just write number 1 to 10 into a Pulsar Topic thru spark-pulsar connector . When I use Pulsar SQL to read the 10-number, the exception info occured "Query 20190902_101219_00035_9r62s failed: Topic persistent://public/default/topic_test1 does not have a valid schema"

Screenshots

  1. A simple Spark-Pulsar code to write 1-10 value into a Pulsar Topic
    ![image](https://u

Improve this page

Add a description, image, and links to the batch-processing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the batch-processing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.