TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Your big data toolchain is a big security risk

71 点作者 BCM43大约 10 年前

12 条评论

nisa大约 10 年前
There are also no PGP-signed Hadoop packages last time I looked...<p>The other often misunderstood problem with Hadoop&#x2F;Spark&#x2F;... is that the security model is basically the same as NFS.<p>If you don&#x27;t use Kerberos any user with access to the Hadoop cluster has at least full read-access and likely even write access if he has superuser rights* on the client machine. =&gt; <a href="http:&#x2F;&#x2F;www.openwall.com&#x2F;lists&#x2F;oss-security&#x2F;2015&#x2F;04&#x2F;16&#x2F;21" rel="nofollow">http:&#x2F;&#x2F;www.openwall.com&#x2F;lists&#x2F;oss-security&#x2F;2015&#x2F;04&#x2F;16&#x2F;21</a><p>If you have important data on your HDFS and you did not put everything behind a thick firewall and you are not using Kerberos you have a problem. You&#x27;ll likely still have a problem...<p>* This should also work without superuser rights, Hadoop just takes the username from the client.
nemothekid大约 10 年前
I&#x27;m not sure the state of Hadoop is a surprise for anyone who works with the project. I have <i>never</i> heard good things about running Hadoop ops (Zookeeper, which is even more widely deployed manages to have a bad reputation as well) - and these are tools that I&#x27;d guess skew farther away than the &quot;20-somethings on macbooks writing JS&quot; crowd.<p>The article lays its points clearly, but I&#x27;m unsure if &quot;don&#x27;t use hadoop&quot; is a viable conclusion - and I&#x27;m sure the Hadoop community knows about its faults better than anyone.
veeti大约 10 年前
&gt; For example, they only support Ubuntu 12.04 - a three year old Ubuntu is the latest version they support...<p>A &quot;three year old&quot; <i></i>long term support<i></i> release. Isn&#x27;t that what you wanted?
评论 #9443508 未加载
lessthunk大约 10 年前
Too many companies do &#x27;big data&#x27;, as it&#x27;s currently a hype.<p>In most cases hadoop is total overkill -- developers don&#x27;t understand how to reduce problems, might have never heard of sampling, good data-structures, know your problem, etc.<p>For sure, there are valid use scenarios for map reduce&#x2F;hadoop, etc. but in many cases it&#x27;s a big waste of money.
评论 #9444343 未加载
评论 #9444119 未加载
walshemj大约 10 年前
I don&#x27;t mean to be negative but this is news how if you are doing real big data you keep your cluster well secured and firewalled away from your other networks let alone the internet.<p>you should also probably have a model cluster to allow you to experiment with up grades.
评论 #9444121 未加载
评论 #9443464 未加载
icehawk大约 10 年前
Did anyone else notice that they both complain about &quot;iFanboys&quot; upgrading every six months and Ubuntu 12.04, an LTS release, being three years old?
评论 #9442646 未加载
评论 #9444043 未加载
评论 #9442670 未加载
zobzu大约 10 年前
I like this guy. Somehow he deliver a message that is difficult to send - mainly because it is negative - but true.
oldmanjay大约 10 年前
what a terrible opening to the article. it&#x27;s just a load of unsupportable rants against things the author doesn&#x27;t personally like. he even tries to disclaim that in his prologue but provides nothing beyond the assertions.<p>there may be more substance later but once I hit the bullshit about &quot;iFanboys&quot; I decided not to bother. At best I&#x27;ll just shake my head wondering why people think their personal anger is a compelling argument,
wglb大约 10 年前
This post makes a number of very good points.<p>However, calling out iFanboys for particular scorn detracts a bit from the article&#x27;s value.
评论 #9442642 未加载
评论 #9443732 未加载
EdwardDiego大约 10 年前
&gt; Make sure that everybody can build everything from scratch, without having to rely on Maven or Ivy or SBT downloading something automagically in the background. &gt; Sign. Code needs to be signed, end-of-story.<p>Use Sonatype&#x27;s repo then? <a href="http:&#x2F;&#x2F;central.sonatype.org&#x2F;pages&#x2F;requirements.html#sign-files-with-gpgpgp" rel="nofollow">http:&#x2F;&#x2F;central.sonatype.org&#x2F;pages&#x2F;requirements.html#sign-fil...</a>
评论 #9443852 未加载
spydum大约 10 年前
I can&#x27;t say i&#x27;ve looked at hadoop but this fear of jars seems.. Overkill? You can decompile jars. Look at any Java project which leverages 3rd party libraries.. It&#x27;s not uncommon to have dozens of libraries sourced from the community. They could all have malicious code buried in them. Not sure I understand why the hadoop hate?
评论 #9444132 未加载
评论 #9442800 未加载
xai3luGi大约 10 年前
This is a big eye-opener.