DOC PREVIEW
UMD CMSC 433 - Demand driven lectures

This preview shows page 1-2-3 out of 8 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 8 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 8 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 8 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 8 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

CMSC 433Nov 29thDemand driven lectures•The rest of the semester, the lectures will be substantially demand driven•I’ll have some material to present, but I also want to leave plenty of time for you to ask questions either in a group or one-on-one format.Homework 5•Homework 5: Write a Hadoop program to determine the frequency with which words occur together on a line.•e.g., the word Sherlock occurs on a line 101 times; on 96 of those lines the word Holmes also occurs, and on 1 of those lines the word Watson also occursHomework 5•Not tested through the submit server•We’ll just give you some sample queries with answers, and some other queries you have to supply•Submit your answers and your codeProject 4•Documentation postedSending objects in project 4•Can read/write objects through a ObjectInputStream/ObjectOutputStream•Be sure to call flush to ensure your data actually gets shipped over the networkCustomizing Object serialization•Any fields declared transient are not send via object serialization•are null/0/false when deserialized•You may wish to set them, and do other things to objects after they are deserialized but before they are used.Defining a custom readObject method•Define a method private void readObject(java.io.ObjectInputStream in) throws IOException, ClassNotFoundException { in.defaultReadObject(); .. do any customization or setting of transient


View Full Document

UMD CMSC 433 - Demand driven lectures

Documents in this Course
Trace 1

Trace 1

62 pages

Reflection

Reflection

137 pages

Testing

Testing

25 pages

Paradigms

Paradigms

10 pages

Testing

Testing

17 pages

Java RMI

Java RMI

17 pages

Java RMI

Java RMI

17 pages

Java RMI

Java RMI

17 pages

Trace 1

Trace 1

46 pages

Jini

Jini

4 pages

Final

Final

15 pages

Java RMI

Java RMI

13 pages

Testing

Testing

16 pages

Load more
Download Demand driven lectures
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Demand driven lectures and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Demand driven lectures 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?