I have a large Spark SQL (v 2.4) that joins two hive tables and then aggregates them. It is reading a table more than 1 TB and another is 500GB+. On Spark UI, I
I am trying to handle json data from a link, my problem is when there are all the fields everything works fine but when there is and empty field or card id does
I've been hitting this problem with coredata and it's driving me nuts because it should be straight forwards I'm currently working on the first release of thi
I'm playing around with list comprehensions and I came across this little snippet on another site: return ''.join([`num` for num in xrange(loop_count)]) I spen
We want a Meter animation in TextView To make it a little more interesting, I want each digit come from top to bottom or bottom to top ? Right now I using list
I have a problem in my Java native audio library but first, here is my current approach: With a native method I'm opening a 'global' stream, which receives dat
So I have these macros #define PT_REGS_PARM1(x) ((x)->di) #define PT_REGS_PARM2(x) ((x)->si) #define PT_REGS_PARM3(x) ((x)->dx) #define PT_REGS_PARM4(x
I am using v-calendar to have the start date&time and end date&time using mode as dateTime. My requirement is to make the end date&time not go befor