Hadoop on MAC pseudo node : nodename nor servname provided, or not known echo "127.0.0.1 $HOSTNAME" ...

Please Visit: http://ift.tt/1ajReyV



Hadoop on MAC pseudo node : nodename nor servname provided, or not known

echo "127.0.0.1 $HOSTNAME" | sudo tee -a /etc/hosts

http://ift.tt/1HfUqQk

http://ift.tt/1EoQsoA






from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1CG5gZq

via LifeLong Community

Eclipse Breakpoints Unleashed http://ift.tt/1CG5eAS

Business Insider: The 15 highest-paying companies in America. http://ift.tt/1OgPmNm...

Please Visit: http://ift.tt/1ajReyV



Business Insider: The 15 highest-paying companies in America. http://ift.tt/1OgPmNm






from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1NhTCPJ

via LifeLong Community

Using fake-s3 gem install fakes3 fakes3 -r /mnt/fakes3_root -p 4567 s3Client.setEndpoint("http://localhost...

Please Visit: http://ift.tt/1ajReyV



Using fake-s3

gem install fakes3

fakes3 -r /mnt/fakes3_root -p 4567

s3Client.setEndpoint("http://localhost:4567");



http://ift.tt/JccZbf

http://ift.tt/1CnKZJ8

http://ift.tt/1DpKYYU

http://ift.tt/1CnKZZm

http://ift.tt/HSpo4E





from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1CnL13t

via LifeLong Community

JAVA Aamzon S3 EXAMPLES http://ift.tt/1CcANmG http://ift.tt/1Iq1UBQ...

Google wallet: add a pay button and give guide at how to use I tried google wallet several times, only...

Please Visit: http://ift.tt/1ajReyV



Google wallet: add a pay button and give guide at how to use

I tried google wallet several times, only succeeded once...





from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1Di3cM7

via LifeLong Community

JAVA Aamzon S3 EXAMPLES http://ift.tt/1CcANmG http://ift.tt/1Iq1UBQ...

Getting Started with Apache Cassandra and Java cluster = Cluster.builder().addContactPoint("127.0.0.1...

Please Visit: http://ift.tt/1ajReyV



Getting Started with Apache Cassandra and Java

cluster = Cluster.builder().addContactPoint("127.0.0.1").build();

session = cluster.connect("demo");

session.execute("INSERT INTO users (lastname, age, city, email, firstname) VALUES ('Jones', 35, 'Austin', 'bob@example.com','Bob')");



ResultSet results = session.execute("SELECT * FROM users WHERE lastname='Jones'");

for (Row row : results) {

System.out.format("%s %d\n", row.getString("firstname"), row.getInt("age"));

}

cluster.close();



.withRetryPolicy(DefaultRetryPolicy.INSTANCE)

.withLoadBalancingPolicy(new TokenAwarePolicy(new DCAwareRoundRobinPolicy()))



http://ift.tt/1vzCwUB

http://ift.tt/1H0ehmt






from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1Ji934J

via LifeLong Community

How to escape text when pasting into Eclipse (including XML) http://ift.tt/1H0eh63...

Please Visit: http://ift.tt/1ajReyV



How to escape text when pasting into Eclipse (including XML)

http://ift.tt/1H0ehmh






from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1H0eiXC

via LifeLong Community

Android Browser: Dolphin Browser When watch videos in Nexus5 Chrome browser, it shows black screen for...

Please Visit: http://ift.tt/1ajReyV





Android Browser: Dolphin Browser

When watch videos in Nexus5 Chrome browser, it shows black screen for some videos(with audio).

Tried several other browsers(firefox, opera), nothing works, finally find Dolphin which provides best video decoder, and lay these videos with no problem.



-- Opera can download videos.

-- Firefox supports addon, and can also download videos(with extra plugins)

http://ift.tt/Hhh0cT





from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1Ji91tD

via LifeLong Community