Questions tagged [paging]
3 questions
4
votes
1 answer
spark output back to web page
We are running jobs whose parameters come from a web page and are executed on large files on a spark cluster. After processing, we want to display the data back, written to text files using
rdd.saveAsTextFile(path)
We have a session id that is a…

tgkprog
- 595
- 6
- 18
-3
votes
1 answer
How to filter and add paging, if we must not expose IQueryable at Repository pattern?
In many discussion I learnt that was undesirable (forbidden) to expose IQueryable from Respository pattern.
What is the best practice then for server-side filtering and paging?

Estevez
- 103
- 2
-5
votes
1 answer
How to convert a logical address to a paging system
ive had a look around and I cant seem to find an answer or how to work out this question, its a tutorial question for my operating systems course and ive looked through the notes that come with the question and i cant get an answer along with…

Darision
- 1
- 2