{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":5210785,"defaultBranch":"master","name":"hadoofus","ownerLogin":"alexsmith1612","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-07-28T00:19:29.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/13491001?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1710875953.0","currentOid":""},"activityList":{"items":[{"before":"dd470d60d906545e1edc0f7eda9d9a7dbc7c667b","after":null,"ref":"refs/heads/strict-prototypes","pushedAt":"2024-03-19T19:19:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"alexsmith1612","name":"Alex Smith","path":"/alexsmith1612","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13491001?s=80&v=4"}},{"before":null,"after":"dd470d60d906545e1edc0f7eda9d9a7dbc7c667b","ref":"refs/heads/cirrus-debugging","pushedAt":"2024-03-19T19:18:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"alexsmith1612","name":"Alex Smith","path":"/alexsmith1612","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13491001?s=80&v=4"},"commit":{"message":"cirrus-ci: Try explicitly adding all hadoop jar files to HADOOP_CLASSPATH","shortMessageHtmlLink":"cirrus-ci: Try explicitly adding all hadoop jar files to HADOOP_CLASS…"}},{"before":"91ded0ac56520aab011ccd438904a72b4ceed0e8","after":"fba054ef5dc97b2c1cce0960c41640af435410f1","ref":"refs/heads/master","pushedAt":"2024-03-19T19:17:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alexsmith1612","name":"Alex Smith","path":"/alexsmith1612","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13491001?s=80&v=4"},"commit":{"message":"objects: Fix -Wstrict-prototypes warnings on clang 15+\n\nStarting in clang 15, -Wstrict-prototypes began warning about function\ndefinitions that take no arguments and use () rather than (void) even\nwhen there is a forward-declared prototype for the function that\nuses (void).\n\nSuppress this warning by making all such function definitions\nuse (void).","shortMessageHtmlLink":"objects: Fix -Wstrict-prototypes warnings on clang 15+"}},{"before":"ee8e4beee67f65d18b55c7bd3dd6275f943ec016","after":"dd470d60d906545e1edc0f7eda9d9a7dbc7c667b","ref":"refs/heads/strict-prototypes","pushedAt":"2024-03-19T15:57:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alexsmith1612","name":"Alex Smith","path":"/alexsmith1612","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13491001?s=80&v=4"},"commit":{"message":"cirrus-ci: Try explicitly adding all hadoop jar files to HADOOP_CLASSPATH","shortMessageHtmlLink":"cirrus-ci: Try explicitly adding all hadoop jar files to HADOOP_CLASS…"}},{"before":"e5f1c86641c378f54a86cb81c9a0bbc7d2b53948","after":"ee8e4beee67f65d18b55c7bd3dd6275f943ec016","ref":"refs/heads/strict-prototypes","pushedAt":"2024-03-18T23:08:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alexsmith1612","name":"Alex Smith","path":"/alexsmith1612","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13491001?s=80&v=4"},"commit":{"message":"cirrus-ci: Use correct binary when launching v2.10.2 minicluster","shortMessageHtmlLink":"cirrus-ci: Use correct binary when launching v2.10.2 minicluster"}},{"before":"af9cc36f5c48a538f9c5a043c366bf1e3931ef51","after":"e5f1c86641c378f54a86cb81c9a0bbc7d2b53948","ref":"refs/heads/strict-prototypes","pushedAt":"2024-03-18T23:01:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alexsmith1612","name":"Alex Smith","path":"/alexsmith1612","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13491001?s=80&v=4"},"commit":{"message":"cirrus-ci: Try hardcoding hadoop v2.10.2 now","shortMessageHtmlLink":"cirrus-ci: Try hardcoding hadoop v2.10.2 now"}},{"before":"4186e897d5f7243ec8d1f50ac6047300f397f7d4","after":"af9cc36f5c48a538f9c5a043c366bf1e3931ef51","ref":"refs/heads/strict-prototypes","pushedAt":"2024-03-18T22:47:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alexsmith1612","name":"Alex Smith","path":"/alexsmith1612","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13491001?s=80&v=4"},"commit":{"message":"cirrus-ci: Try hardcoding hadoop v3.2.4 now","shortMessageHtmlLink":"cirrus-ci: Try hardcoding hadoop v3.2.4 now"}},{"before":"8f83018374684cb90b8e6acffe1bc16a8940daee","after":"4186e897d5f7243ec8d1f50ac6047300f397f7d4","ref":"refs/heads/strict-prototypes","pushedAt":"2024-03-18T22:43:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alexsmith1612","name":"Alex Smith","path":"/alexsmith1612","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13491001?s=80&v=4"},"commit":{"message":"cirrus-ci: Hardcode hadoop version 3.3.6 for now to work around exception\n\nRunning the minicluster with 3.4.0 is throwing:\n\nException in thread \"main\" java.lang.NoClassDefFoundError: org/mockito/stubbing/Answer\n\tat org.apache.hadoop.hdfs.MiniDFSCluster.isNameNodeUp(MiniDFSCluster.java:2705)\n\tat org.apache.hadoop.hdfs.MiniDFSCluster.isClusterUp(MiniDFSCluster.java:2719)\n\tat org.apache.hadoop.hdfs.MiniDFSCluster.waitClusterUp(MiniDFSCluster.java:1520)\n\tat org.apache.hadoop.hdfs.MiniDFSCluster.initMiniDFSCluster(MiniDFSCluster.java:999)\n\tat org.apache.hadoop.hdfs.MiniDFSCluster.(MiniDFSCluster.java:594)\n\tat org.apache.hadoop.hdfs.MiniDFSCluster$Builder.build(MiniDFSCluster.java:533)\n\tat org.apache.hadoop.mapreduce.MiniHadoopClusterManager.start(MiniHadoopClusterManager.java:159)\n\tat org.apache.hadoop.mapreduce.MiniHadoopClusterManager.run(MiniHadoopClusterManager.java:131)\n\tat org.apache.hadoop.mapreduce.MiniHadoopClusterManager.main(MiniHadoopClusterManager.java:319)\nCaused by: java.lang.ClassNotFoundException: org.mockito.stubbing.Answer\n\tat java.net.URLClassLoader.findClass(URLClassLoader.java:387)\n\tat java.lang.ClassLoader.loadClass(ClassLoader.java:418)\n\tat sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)\n\tat java.lang.ClassLoader.loadClass(ClassLoader.java:351)\n\t... 9 more","shortMessageHtmlLink":"cirrus-ci: Hardcode hadoop version 3.3.6 for now to work around excep…"}},{"before":"ffdaa3a8ffb87e8bbcdbc2b0aa8351065280cc65","after":"8f83018374684cb90b8e6acffe1bc16a8940daee","ref":"refs/heads/strict-prototypes","pushedAt":"2024-03-18T21:37:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"alexsmith1612","name":"Alex Smith","path":"/alexsmith1612","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13491001?s=80&v=4"},"commit":{"message":"cirrus-ci: Add explicit sleeps to FreeBSD HDFS minicluster setup poll loop","shortMessageHtmlLink":"cirrus-ci: Add explicit sleeps to FreeBSD HDFS minicluster setup poll…"}},{"before":"fba054ef5dc97b2c1cce0960c41640af435410f1","after":"ffdaa3a8ffb87e8bbcdbc2b0aa8351065280cc65","ref":"refs/heads/strict-prototypes","pushedAt":"2024-03-18T21:19:48.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"alexsmith1612","name":"Alex Smith","path":"/alexsmith1612","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13491001?s=80&v=4"},"commit":{"message":"cirrus-ci: Upgrade MacOS image to Ventura","shortMessageHtmlLink":"cirrus-ci: Upgrade MacOS image to Ventura"}},{"before":null,"after":"fba054ef5dc97b2c1cce0960c41640af435410f1","ref":"refs/heads/strict-prototypes","pushedAt":"2024-03-18T20:02:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"alexsmith1612","name":"Alex Smith","path":"/alexsmith1612","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13491001?s=80&v=4"},"commit":{"message":"objects: Fix -Wstrict-prototypes warnings on clang 15+\n\nStarting in clang 15, -Wstrict-prototypes began warning about function\ndefinitions that take no arguments and use () rather than (void) even\nwhen there is a forward-declared prototype for the function that\nuses (void).\n\nSuppress this warning by making all such function definitions\nuse (void).","shortMessageHtmlLink":"objects: Fix -Wstrict-prototypes warnings on clang 15+"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMy0xOVQxOToxOToxMy4wMDAwMDBazwAAAAQZ-ncO","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMy0xOVQxOToxOToxMy4wMDAwMDBazwAAAAQZ-ncO","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMy0xOFQyMDowMjowNy4wMDAwMDBazwAAAAQY7iFO"}},"title":"Activity · alexsmith1612/hadoofus"}