Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for hdp 2.6.4.0 #358

Merged
merged 2 commits into from
Feb 1, 2018
Merged

add support for hdp 2.6.4.0 #358

merged 2 commits into from
Feb 1, 2018

Conversation

dereklwood
Copy link
Contributor

add HDP 2.6.4.0 support

$ curl -s http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.6.4.0/build.id | grep BUILD_NUMBER
BUILD_NUMBER: 91

@wolf31o2
Copy link
Contributor

When did they introduce the build.id file?

@dereklwood
Copy link
Contributor Author

It appears its there since 2.2.4.2 (yes, we should write a helper).

As for the error, i've pushed a fix that worked locally, but have no idea how the previous PR passed in Travis. Also we may consider just removing setting the attribute here, since it will likely get reverted anyway if running this cookbook piecemeal (coopr-style).

From a local run:

2018-01-15 23:54:22,850 ERROR org.apache.hadoop.hdfs.server.datanode.DataNode: Exception in secureMain
java.lang.IllegalArgumentException: 0700
        at org.apache.hadoop.fs.permission.PermissionParser.<init>(PermissionParser.java:60)
        at org.apache.hadoop.fs.permission.UmaskParser.<init>(UmaskParser.java:42)
        at org.apache.hadoop.fs.permission.FsPermission.<init>(FsPermission.java:106)
        at org.apache.hadoop.hdfs.server.datanode.DataNode.makeInstance(DataNode.java:2416)
        at org.apache.hadoop.hdfs.server.datanode.DataNode.instantiateDataNode(DataNode.java:2313)
        at org.apache.hadoop.hdfs.server.datanode.DataNode.createDataNode(DataNode.java:2360)
        at org.apache.hadoop.hdfs.server.datanode.DataNode.secureMain(DataNode.java:2541)
        at org.apache.hadoop.hdfs.server.datanode.DataNode.main(DataNode.java:2565)
2018-01-15 23:54:22,858 INFO org.apache.hadoop.util.ExitUtil: Exiting with status 1

@dereklwood
Copy link
Contributor Author

Now it's on chef:

$ curl https://packages.chef.io/chef.asc

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
  <head>
    <title>503 Backend is unhealthy</title>
  </head>
  <body>
    <h1>Error 503 Backend is unhealthy</h1>
    <p>Backend is unhealthy</p>
    <h3>Guru Mediation:</h3>
    <p>Details: cache-pao17436-PAO 1516061931 998869281</p>
    <hr>
    <p>Varnish cache server</p>
  </body>
</html>

💩

@dereklwood dereklwood merged commit b3f3cd9 into master Feb 1, 2018
@dereklwood dereklwood deleted the feature/add-hdp-2-6-4-0 branch February 1, 2018 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants