Keith . Smith

Greenhorn
+ Follow
since Feb 10, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Keith . Smith

I wish I had more time to work with Hadoop but careers at my level are hard to find, seems like positions are all entry level. I currently work in the Identity space with Oracle Idm products, just wondering if there are use cases that big data could help with. Currently all identity products work with relational databases, and often the database structures are so complex that a simple query for a user's history can load the database server down to where the application is slowed. I would prefer to take every transaction off board into an hdfs so that the reporting is pre-assembled. It's hard to sell that to a client if you haven't done it before.

Does the book have examples where it walks you through the analysis and design process?

I was unable to get the book through Barnes & Noble, it shows as not in the warehouse. Is it only available through the publisher?

Thanks
12 years ago

I don't understand the obsession with certifications. Someone tell me what these are good for. I have never even thought of obtaining any kind of certification. Does anyone have a situation where they have gotten a raise or a job based on a cert?
14 years ago

Touching the JSP's is exactly what you want to do. cd to the root of your weblogic or application folder and execute:

find ./ -name '*.jsp' -exec touch {} \;

That is the easy way.

14 years ago