What is action and transformation in spark?
Answer / Naulesh Choudhary
In Apache Spark, 'action' refers to any operation that returns a value to the driver program, while 'transformation' refers to operations that are lazy (not executed immediately) and are only executed when an action is triggered.
| Is This Answer Correct ? | 0 Yes | 0 No |
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
What is the purpose of & in scanf?
Write a code to remove duplicates in a string.
What is memcpy() function?
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
What is d scanf?
Is it better to use a macro or a function?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database
2 Answers TCS, Unisys, Webyog,
Are there any problems with performing mathematical operations on different variable types?
What is scope rule in c?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none